#CB9CC7

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

Shades of Lilac #CB9CC7

Tints of Lilac #CB9CC7

Color information

#CB9CC7 (or 0xCB9CC7) is unknown color: approx Lilac. HEX triplet: CB, 9C and C7. RGB value is (203,156,199). Sum of RGB (Red+Green+Blue) = 203+156+199=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CC7 is #346338. Grayscale: #AEAEAE. Windows color (decimal): -3433273 or 13081803. OLE color: 13081803.

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

Color convert

RGB203156199-
CMYK00.230.020.20
HSL305.11º31.13%70.39%-
HSV(B)305.11º23.15%79.61%-
XYZ46.8340.659.4-
YUV174.96141.57148-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=36.38%
G=27.96%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315619900.230.020.20305.1131.1370.39
HexCB9CC70172141311f46
Octal31323430702722446137106
Binary1100101110011100110001110101111010100100110001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CC7; }

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

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

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

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

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

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

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

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