Html Css Color HEX #CCA2CF Lilac

📋 copy color: '#CCA2CF'

red 204 ◦ green 162 ◦ blue 207

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

Shades of Lilac #CCA2CF

Tints of Lilac #CCA2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.27%

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 35.6%
G = 28.27%
B = 36.13%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCA2CF (or 0xCCA2CF) is known color: Lilac. HEX triplet: CC, A2 and CF. RGB value is (204,162,207). Sum of RGB (Red+Green+Blue) = 204+162+207=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2CF is #335D30. Grayscale: #B3B3B3. Windows color (decimal): -3366193 or 13607628. OLE color: 13607628.

HSL color Cylindrical-coordinate representation of color #CCA2CF: hue angle of 296º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA2CF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 162 207 -
CMYK 0.01 0.22 0 0.19
HSL 296º 0.32% 0.72% -
HSV(B) 296º 0.22% 0.81% -
XYZ 49.08 43.18 64.78 -
YUV 179.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 204 162 207 0.01 0.22 0 0.19 296 0.32 0.72
Hex CC A2 CF 1 16 0 13 128 20 48
Octal 314 242 317 1 26 0 23 450 40 110
Binary 11001100 10100010 11001111 1 10110 0 10011 100101000 100000 1001000

Color Harmonies of #CCA2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2CF

Black with #CCA2CF

Text Example


Text Example

White with #CCA2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2CF; }

 p { color: rgb(204,162,207); }

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

background-color css

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

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

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

border-color css

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

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

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