#CB92CD

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

Shades of Lilac #CB92CD

Tints of Lilac #CB92CD

Color information

#CB92CD (or 0xCB92CD) is unknown color: approx Lilac. HEX triplet: CB, 92 and CD. RGB value is (203,146,205). Sum of RGB (Red+Green+Blue) = 203+146+205=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB92CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92CD is #346D32. Grayscale: #A9A9A9. Windows color (decimal): -3435827 or 13472459. OLE color: 13472459.

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

Color convert

RGB203146205-
CMYK0.010.2900.20
HSL297.97º37.11%68.82%-
HSV(B)297.97º28.78%80.39%-
XYZ45.9337.6662.61-
YUV169.77147.88151.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=36.64%
G=26.35%
B=37.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031462050.010.2900.20297.9737.1168.82
HexCB92CD11D01412a2545
Octal31322231513502445245105
Binary1100101110010010110011011111010101001001010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92CD; }

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

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

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

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

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

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

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

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