Html Css Color HEX #CCA1CC Lilac

📋 copy color: '#CCA1CC'

red 204 ◦ green 161 ◦ blue 204

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

Shades of Lilac #CCA1CC

Tints of Lilac #CCA1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 35.85%
G = 28.3%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CCA1CC (or 0xCCA1CC) is known color: Lilac. HEX triplet: CC, A1 and CC. RGB value is (204,161,204). Sum of RGB (Red+Green+Blue) = 204+161+204=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1CC is #335E33. Grayscale: #B2B2B2. Windows color (decimal): -3366452 or 13410764. OLE color: 13410764.

HSL color Cylindrical-coordinate representation of color #CCA1CC: hue angle of 300º 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 #CCA1CC is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 204 -
CMYK 0 0.21 0 0.2
HSL 300º 0.3% 0.72% -
HSV(B) 300º 0.21% 0.8% -
XYZ 48.55 42.69 62.81 -
YUV 178.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 204 161 204 0 0.21 0 0.2 300 0.3 0.72
Hex CC A1 CC 0 15 0 14 12C 1E 48
Octal 314 241 314 0 25 0 24 454 36 110
Binary 11001100 10100001 11001100 0 10101 0 10100 100101100 11110 1001000

Color Harmonies of #CCA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1CC

Black with #CCA1CC

Text Example


Text Example

White with #CCA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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