Html Css Color HEX #CCA2CC Lilac

📋 copy color: '#CCA2CC'

red 204 ◦ green 162 ◦ blue 204

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

Shades of Lilac #CCA2CC

Tints of Lilac #CCA2CC

RGB

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

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

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

R = 35.79%
G = 28.42%
B = 35.79%

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

#CCA2CC (or 0xCCA2CC) is known color: Lilac. HEX triplet: CC, A2 and CC. RGB value is (204,162,204). Sum of RGB (Red+Green+Blue) = 204+162+204=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2CC is #335D33. Grayscale: #B3B3B3. Windows color (decimal): -3366196 or 13411020. OLE color: 13411020.

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

Color convert

RGB 204 162 204 -
CMYK 0 0.21 0 0.2
HSL 300º 0.29% 0.72% -
HSV(B) 300º 0.21% 0.8% -
XYZ 48.72 43.04 62.87 -
YUV 179.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 204 162 204 0 0.21 0 0.2 300 0.29 0.72
Hex CC A2 CC 0 15 0 14 12C 1D 48
Octal 314 242 314 0 25 0 24 454 35 110
Binary 11001100 10100010 11001100 0 10101 0 10100 100101100 11101 1001000

Color Harmonies of #CCA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2CC

Black with #CCA2CC

Text Example


Text Example

White with #CCA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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