#CB91C9

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

Shades of Lilac #CB91C9

Tints of Lilac #CB91C9

Color information

#CB91C9 (or 0xCB91C9) is unknown color: approx Lilac. HEX triplet: CB, 91 and C9. RGB value is (203,145,201). Sum of RGB (Red+Green+Blue) = 203+145+201=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91C9 is #346E36. Grayscale: #A8A8A8. Windows color (decimal): -3436087 or 13210059. OLE color: 13210059.

HSL color Cylindrical-coordinate representation of color #CB91C9: hue angle of 302.07º 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 #CB91C9 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB203145201-
CMYK00.290.010.20
HSL302.07º35.8%68.24%-
HSV(B)302.07º28.57%79.61%-
XYZ45.337.1660.04-
YUV168.73146.22152.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=36.98%
G=26.41%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314520100.290.010.20302.0735.868.24
HexCB91C901D11412e2444
Octal31322131103512445644104
Binary1100101110010001110010010111011101001001011101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91C9; }

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

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

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

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

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

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

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

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