#CCA3C6

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

Shades of Lilac #CCA3C6

Tints of Lilac #CCA3C6

Color information

#CCA3C6 (or 0xCCA3C6) is unknown color: approx Lilac. HEX triplet: CC, A3 and C6. RGB value is (204,163,198). Sum of RGB (Red+Green+Blue) = 204+163+198=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3C6 is #335C39. Grayscale: #B3B3B3. Windows color (decimal): -3365946 or 13018060. OLE color: 13018060.

HSL color Cylindrical-coordinate representation of color #CCA3C6: hue angle of 308.78º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA3C6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204163198-
CMYK00.200.030.2
HSL308.78º28.67%71.96%-
HSV(B)308.78º20.1%80%-
XYZ48.1943.1159.21-
YUV179.25138.58145.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 163 (64.06% from 255) = 28.85%
BLUE value IS 198 (77.73% from 255) = 35.04%
R=36.11%
G=28.85%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416319800.200.030.2308.7828.6771.96
HexCCA3C60143141351d48
Octal31424330602432446535110
Binary1100110010100011110001100101001110100100110101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3C6; }

 p { color: rgb(204,163,198); }

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

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

 a { background-color: rgb(204,163,198); }

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

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

 span { border-color: rgb(204,163,198); }

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