#CC8DC3

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

Shades of Lilac #CC8DC3

Tints of Lilac #CC8DC3

Color information

#CC8DC3 (or 0xCC8DC3) is unknown color: approx Lilac. HEX triplet: CC, 8D and C3. RGB value is (204,141,195). Sum of RGB (Red+Green+Blue) = 204+141+195=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DC3 is #33723C. Grayscale: #A5A5A5. Windows color (decimal): -3371581 or 12815820. OLE color: 12815820.

HSL color Cylindrical-coordinate representation of color #CC8DC3: hue angle of 308.57º degrees, saturation: 0.38, 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 #CC8DC3 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204141195-
CMYK00.310.040.2
HSL308.57º38.18%67.65%-
HSV(B)308.57º30.88%80%-
XYZ44.2835.8356.21-
YUV165.99144.37155.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 195 (76.56% from 255) = 36.11%
R=37.78%
G=26.11%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414119500.310.040.2308.5738.1867.65
HexCC8DC301F4141352644
Octal31421530303742446546104
Binary110011001000110111000011011111100101001001101011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8DC3; }

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

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

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

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

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

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

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

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