Html Css Color HEX #CCA1C8 Lilac

📋 copy color: '#CCA1C8'

red 204 ◦ green 161 ◦ blue 200

#CCA1C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CCA1C8

Tints of Lilac #CCA1C8

RGB

 RED value IS 204 (80.08% from 255) = 36.11%

 GREEN value IS 161 (63.28% from 255) = 28.5%

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 36.11%
G = 28.5%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCA1C8 (or 0xCCA1C8) is known color: Lilac. HEX triplet: CC, A1 and C8. RGB value is (204,161,200). Sum of RGB (Red+Green+Blue) = 204+161+200=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1C8 is #335E37. Grayscale: #B2B2B2. Windows color (decimal): -3366456 or 13148620. OLE color: 13148620.

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

Color convert

RGB 204 161 200 -
CMYK 0 0.21 0.02 0.2
HSL 305.58º 0.3% 0.72% -
HSV(B) 305.58º 0.21% 0.8% -
XYZ 48.07 42.5 60.31 -
YUV 178.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 204 161 200 0 0.21 0.02 0.2 305.58 0.3 0.72
Hex CC A1 C8 0 15 2 14 132 1E 48
Octal 314 241 310 0 25 2 24 462 36 110
Binary 11001100 10100001 11001000 0 10101 10 10100 100110010 11110 1001000

Color Harmonies of #CCA1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1C8

Black with #CCA1C8

Text Example


Text Example

White with #CCA1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1C8; }

 p { color: rgb(204,161,200); }

 H1.HeaderClassName
 {
   color: #CCA1C8;
 }
 .AnyTagClassName
 {
   color: #CCA1C8;
 }
</style>

background-color css

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

 a { background-color: rgb(204,161,200); }

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

border-color css

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

 span { border-color: rgb(204,161,200); }

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