#CB92CC

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

Shades of Lilac #CB92CC

Tints of Lilac #CB92CC

Color information

#CB92CC (or 0xCB92CC) is unknown color: approx Lilac. HEX triplet: CB, 92 and CC. RGB value is (203,146,204). Sum of RGB (Red+Green+Blue) = 203+146+204=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB92CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92CC is #346D33. Grayscale: #A9A9A9. Windows color (decimal): -3435828 or 13406923. OLE color: 13406923.

HSL color Cylindrical-coordinate representation of color #CB92CC: hue angle of 298.97º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB92CC is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203146204-
CMYK0.000.2800.2
HSL298.97º36.25%68.63%-
HSV(B)298.97º28.43%80%-
XYZ45.8137.6161.97-
YUV169.66147.38151.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=36.71%
G=26.40%
B=36.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031462040.000.2800.2298.9736.2568.63
HexCB92CC01C01412b2445
Octal31322231403402445344105
Binary1100101110010010110011000111000101001001010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92CC; }

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

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

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

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

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

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

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

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