#CB92CE

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

Shades of Lilac #CB92CE

Tints of Lilac #CB92CE

Color information

#CB92CE (or 0xCB92CE) is unknown color: approx Lilac. HEX triplet: CB, 92 and CE. RGB value is (203,146,206). Sum of RGB (Red+Green+Blue) = 203+146+206=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92CE is #346D31. Grayscale: #A9A9A9. Windows color (decimal): -3435826 or 13537995. OLE color: 13537995.

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

Color convert

RGB203146206-
CMYK0.010.2900.19
HSL297º37.97%69.02%-
HSV(B)297º29.13%80.78%-
XYZ46.0537.7163.24-
YUV169.88148.38151.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=36.58%
G=26.31%
B=37.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031462060.010.2900.1929737.9769.02
HexCB92CE11D0131292645
Octal31322231613502345146105
Binary1100101110010010110011101111010100111001010011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92CE; }

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

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

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

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

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

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

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

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