#CB9FC2

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

Shades of Lilac #CB9FC2

Tints of Lilac #CB9FC2

Color information

#CB9FC2 (or 0xCB9FC2) is unknown color: approx Lilac. HEX triplet: CB, 9F and C2. RGB value is (203,159,194). Sum of RGB (Red+Green+Blue) = 203+159+194=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FC2 is #34603D. Grayscale: #B0B0B0. Windows color (decimal): -3432510 or 12754891. OLE color: 12754891.

HSL color Cylindrical-coordinate representation of color #CB9FC2: hue angle of 312.27º degrees, saturation: 0.3, 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 #CB9FC2 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB203159194-
CMYK00.220.040.20
HSL312.27º29.73%70.98%-
HSV(B)312.27º21.67%79.61%-
XYZ46.7641.3956.56-
YUV176.15138.08147.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 159 (62.5% from 255) = 28.60%
BLUE value IS 194 (76.17% from 255) = 34.89%
R=36.51%
G=28.60%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315919400.220.040.20312.2729.7370.98
HexCB9FC20164141381e47
Octal31323730202642447036107
Binary11001011100111111100001001011010010100100111000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FC2; }

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

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

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

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

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

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

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

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