#CB91CB

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

Shades of Lilac #CB91CB

Tints of Lilac #CB91CB

Color information

#CB91CB (or 0xCB91CB) is unknown color: approx Lilac. HEX triplet: CB, 91 and CB. RGB value is (203,145,203). Sum of RGB (Red+Green+Blue) = 203+145+203=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB91CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91CB is #346E34. Grayscale: #A8A8A8. Windows color (decimal): -3436085 or 13341131. OLE color: 13341131.

HSL color Cylindrical-coordinate representation of color #CB91CB: hue angle of 300º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB91CB is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203145203-
CMYK00.2900.20
HSL300º35.8%68.24%-
HSV(B)300º28.57%79.61%-
XYZ45.5337.2661.29-
YUV168.95147.22152.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 145 (57.03% from 255) = 26.32%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=36.84%
G=26.32%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314520300.2900.2030035.868.24
HexCB91CB01D01412c2444
Octal31322131303502445444104
Binary1100101110010001110010110111010101001001011001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91CB; }

 p { color: rgb(203,145,203); }

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

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

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

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

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

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

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