Html Css Color HEX #CCA1CA Lilac

📋 copy color: '#CCA1CA'

red 204 ◦ green 161 ◦ blue 202

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

Shades of Lilac #CCA1CA

Tints of Lilac #CCA1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 35.98%
G = 28.4%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCA1CA (or 0xCCA1CA) is known color: Lilac. HEX triplet: CC, A1 and CA. RGB value is (204,161,202). Sum of RGB (Red+Green+Blue) = 204+161+202=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1CA is #335E35. Grayscale: #B2B2B2. Windows color (decimal): -3366454 or 13279692. OLE color: 13279692.

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

Color convert

RGB 204 161 202 -
CMYK 0 0.21 0.01 0.2
HSL 302.79º 0.3% 0.72% -
HSV(B) 302.79º 0.21% 0.8% -
XYZ 48.31 42.59 61.55 -
YUV 178.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 204 161 202 0 0.21 0.01 0.2 302.79 0.3 0.72
Hex CC A1 CA 0 15 1 14 12F 1E 48
Octal 314 241 312 0 25 1 24 457 36 110
Binary 11001100 10100001 11001010 0 10101 1 10100 100101111 11110 1001000

Color Harmonies of #CCA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1CA

Black with #CCA1CA

Text Example


Text Example

White with #CCA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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