#CB99CB

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

Shades of Lilac #CB99CB

Tints of Lilac #CB99CB

Color information

#CB99CB (or 0xCB99CB) is unknown color: approx Lilac. HEX triplet: CB, 99 and CB. RGB value is (203,153,203). Sum of RGB (Red+Green+Blue) = 203+153+203=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99CB is #346634. Grayscale: #ADADAD. Windows color (decimal): -3434037 or 13343179. OLE color: 13343179.

HSL color Cylindrical-coordinate representation of color #CB99CB: hue angle of 300º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB99CB is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203153203-
CMYK00.2500.20
HSL300º32.47%69.8%-
HSV(B)300º24.63%79.61%-
XYZ46.839.7961.71-
YUV173.65144.56148.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=36.31%
G=27.37%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315320300.2500.2030032.4769.8
HexCB99CB01901412c2046
Octal31323131303102445440106
Binary1100101110011001110010110110010101001001011001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99CB; }

 p { color: rgb(203,153,203); }

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

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

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

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

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

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

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