#CC8BD2

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

Shades of Lilac #CC8BD2

Tints of Lilac #CC8BD2

Color information

#CC8BD2 (or 0xCC8BD2) is unknown color: approx Lilac. HEX triplet: CC, 8B and D2. RGB value is (204,139,210). Sum of RGB (Red+Green+Blue) = 204+139+210=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC8BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BD2 is #33742D. Grayscale: #A6A6A6. Windows color (decimal): -3372078 or 13798348. OLE color: 13798348.

HSL color Cylindrical-coordinate representation of color #CC8BD2: hue angle of 294.93º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8BD2 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204139210-
CMYK0.030.3400.18
HSL294.93º44.1%68.43%-
HSV(B)294.93º33.81%82.35%-
XYZ45.7735.9665.5-
YUV166.53152.53154.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 210 (82.42% from 255) = 37.97%
R=36.89%
G=25.14%
B=37.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041392100.030.3400.18294.9344.168.43
HexCC8BD23220121272c44
Octal31421332234202244754104
Binary110011001000101111010010111000100100101001001111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BD2; }

 p { color: rgb(204,139,210); }

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

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

 a { background-color: rgb(204,139,210); }

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

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

 span { border-color: rgb(204,139,210); }

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