#CB8EDE

Color #CB8EDE Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CB8EDE

Tints of Wisteria #CB8EDE

Color information

#CB8EDE (or 0xCB8EDE) is unknown color: approx Wisteria. HEX triplet: CB, 8E and DE. RGB value is (203,142,222). Sum of RGB (Red+Green+Blue) = 203+142+222=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EDE is #347121. Grayscale: #A9A9A9. Windows color (decimal): -3436834 or 14585547. OLE color: 14585547.

HSL color Cylindrical-coordinate representation of color #CB8EDE: hue angle of 285.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB8EDE is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203142222-
CMYK0.090.3600.13
HSL285.75º54.79%71.37%-
HSV(B)285.75º36.04%87.06%-
XYZ47.4937.3273.81-
YUV169.36157.71152-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 142 (55.86% from 255) = 25.04%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=35.80%
G=25.04%
B=39.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031422220.090.3600.13285.7554.7971.37
HexCB8EDE9240D11e3747
Octal313216336114401543667107
Binary1100101110001110110111101001100100011011000111101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8EDE; }

 p { color: rgb(203,142,222); }

 H1.HeaderClassName
 {
   color: #CB8EDE;
 }
 .AnyTagClassName
 {
   color: #CB8EDE;
 }
</style>
background-color css

<style>
 a { background-color: #CB8EDE; }

 a { background-color: rgb(203,142,222); }

 div.DivClassName
 {
   background-color: #CB8EDE;
 }
 .BgClassName
 {
   background-color: #CB8EDE;
 }
</style>
border-color css

<style>
 span { border-color: #CB8EDE; }

 span { border-color: rgb(203,142,222); }

 td.TdClassName
 {
   border-color: #CB8EDE;
 }
 .TagClassName
 {
   border-color: #CB8EDE;
 }
</style>