#CB9FCC

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

Shades of Lilac #CB9FCC

Tints of Lilac #CB9FCC

Color information

#CB9FCC (or 0xCB9FCC) is unknown color: approx Lilac. HEX triplet: CB, 9F and CC. RGB value is (203,159,204). Sum of RGB (Red+Green+Blue) = 203+159+204=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FCC is #346033. Grayscale: #B1B1B1. Windows color (decimal): -3432500 or 13410251. OLE color: 13410251.

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

Color convert

RGB203159204-
CMYK0.000.2200.2
HSL298.67º30.61%71.18%-
HSV(B)298.67º22.06%80%-
XYZ47.9341.8562.68-
YUV177.29143.08146.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=35.87%
G=28.09%
B=36.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031592040.000.2200.2298.6730.6171.18
HexCB9FCC01601412b1f47
Octal31323731402602445337107
Binary110010111001111111001100010110010100100101011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FCC; }

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

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

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

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

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

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

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

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