#cb9ee8

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

Shades of Wisteria #CB9EE8

Tints of Wisteria #CB9EE8

Color information

#CB9EE8 (or 0xCB9EE8) is unknown color: approx Wisteria. HEX triplet: CB, 9E and E8. RGB value is (203,158,232). Sum of RGB (Red+Green+Blue) = 203+158+232=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB9EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EE8 is #346117. Grayscale: #B3B3B3. Windows color (decimal): -3432728 or 15245003. OLE color: 15245003.

HSL color Cylindrical-coordinate representation of color #CB9EE8: hue angle of 276.49º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB9EE8 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203158232-
CMYK0.120.3200.09
HSL276.49º61.67%76.47%-
HSV(B)276.49º31.9%90.98%-
XYZ51.4242.9881.93-
YUV179.89157.41144.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 158 (62.11% from 255) = 26.64%
BLUE value IS 232 (91.02% from 255) = 39.12%
R=34.23%
G=26.64%
B=39.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031582320.120.3200.09276.4961.6776.47
HexCB9EE8C20091143e4c
Octal313236350144001142476114
Binary1100101110011110111010001100100000010011000101001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb9ee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb9ee8; }

 p { color: rgb(203,158,232); }

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

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

 a { background-color: rgb(203,158,232); }

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

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

 span { border-color: rgb(203,158,232); }

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