#CB91CC

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

Shades of Lilac #CB91CC

Tints of Lilac #CB91CC

Color information

#CB91CC (or 0xCB91CC) is unknown color: approx Lilac. HEX triplet: CB, 91 and CC. RGB value is (203,145,204). Sum of RGB (Red+Green+Blue) = 203+145+204=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91CC is #346E33. Grayscale: #A8A8A8. Windows color (decimal): -3436084 or 13406667. OLE color: 13406667.

HSL color Cylindrical-coordinate representation of color #CB91CC: hue angle of 298.98º degrees, saturation: 0.37, 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 #CB91CC is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203145204-
CMYK0.000.2900.2
HSL298.98º36.65%68.43%-
HSV(B)298.98º28.92%80%-
XYZ45.6537.3161.92-
YUV169.07147.72152.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 145 (57.03% from 255) = 26.27%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=36.78%
G=26.27%
B=36.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031452040.000.2900.2298.9836.6568.43
HexCB91CC01D01412b2544
Octal31322131403502445345104
Binary1100101110010001110011000111010101001001010111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91CC; }

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

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

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

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

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

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

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

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