#CB99CF

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

Shades of Lilac #CB99CF

Tints of Lilac #CB99CF

Color information

#CB99CF (or 0xCB99CF) is unknown color: approx Lilac. HEX triplet: CB, 99 and CF. RGB value is (203,153,207). Sum of RGB (Red+Green+Blue) = 203+153+207=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99CF is #346630. Grayscale: #ADADAD. Windows color (decimal): -3434033 or 13605323. OLE color: 13605323.

HSL color Cylindrical-coordinate representation of color #CB99CF: hue angle of 295.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB99CF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203153207-
CMYK0.020.2600.19
HSL295.56º36%70.59%-
HSV(B)295.56º26.09%81.18%-
XYZ47.2839.9864.26-
YUV174.11146.56148.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=36.06%
G=27.18%
B=36.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031532070.020.2600.19295.563670.59
HexCB99CF21A0131282447
Octal31323131723202345044107
Binary11001011100110011100111110110100100111001010001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99CF; }

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

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

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

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

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

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

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

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