#CC8DCD

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

Shades of Lilac #CC8DCD

Tints of Lilac #CC8DCD

Color information

#CC8DCD (or 0xCC8DCD) is unknown color: approx Lilac. HEX triplet: CC, 8D and CD. RGB value is (204,141,205). Sum of RGB (Red+Green+Blue) = 204+141+205=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DCD is #337232. Grayscale: #A6A6A6. Windows color (decimal): -3371571 or 13471180. OLE color: 13471180.

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

Color convert

RGB204141205-
CMYK0.000.3100.20
HSL299.06º39.02%67.84%-
HSV(B)299.06º31.22%80.39%-
XYZ45.4536.2962.37-
YUV167.13149.37154.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=37.09%
G=25.64%
B=37.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041412050.000.3100.20299.0639.0267.84
HexCC8DCD01F01412b2744
Octal31421531503702445347104
Binary1100110010001101110011010111110101001001010111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8DCD; }

 p { color: rgb(204,141,205); }

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

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

 a { background-color: rgb(204,141,205); }

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

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

 span { border-color: rgb(204,141,205); }

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