#CB9FC7

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

Shades of Lilac #CB9FC7

Tints of Lilac #CB9FC7

Color information

#CB9FC7 (or 0xCB9FC7) is unknown color: approx Lilac. HEX triplet: CB, 9F and C7. RGB value is (203,159,199). Sum of RGB (Red+Green+Blue) = 203+159+199=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FC7 is #346038. Grayscale: #B0B0B0. Windows color (decimal): -3432505 or 13082571. OLE color: 13082571.

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

Color convert

RGB203159199-
CMYK00.220.020.20
HSL305.45º29.73%70.98%-
HSV(B)305.45º21.67%79.61%-
XYZ47.3441.6259.57-
YUV176.72140.58146.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=36.19%
G=28.34%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315919900.220.020.20305.4529.7370.98
HexCB9FC70162141311e47
Octal31323730702622446136107
Binary1100101110011111110001110101101010100100110001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FC7; }

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

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

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

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

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

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

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

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