#CB91CE

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

Shades of Lilac #CB91CE

Tints of Lilac #CB91CE

Color information

#CB91CE (or 0xCB91CE) is unknown color: approx Lilac. HEX triplet: CB, 91 and CE. RGB value is (203,145,206). Sum of RGB (Red+Green+Blue) = 203+145+206=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91CE is #346E31. Grayscale: #A9A9A9. Windows color (decimal): -3436082 or 13537739. OLE color: 13537739.

HSL color Cylindrical-coordinate representation of color #CB91CE: hue angle of 297.05º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB91CE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203145206-
CMYK0.010.3000.19
HSL297.05º38.36%68.82%-
HSV(B)297.05º29.61%80.78%-
XYZ45.8937.463.19-
YUV169.3148.72152.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=36.64%
G=26.17%
B=37.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031452060.010.3000.19297.0538.3668.82
HexCB91CE11E0131292645
Octal31322131613602345146105
Binary1100101110010001110011101111100100111001010011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91CE; }

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

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

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

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

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

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

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

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