Html Css Color HEX #CCA2C8 Lilac

📋 copy color: '#CCA2C8'

red 204 ◦ green 162 ◦ blue 200

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

Shades of Lilac #CCA2C8

Tints of Lilac #CCA2C8

RGB

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

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

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

R = 36.04%
G = 28.62%
B = 35.34%

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

#CCA2C8 (or 0xCCA2C8) is known color: Lilac. HEX triplet: CC, A2 and C8. RGB value is (204,162,200). Sum of RGB (Red+Green+Blue) = 204+162+200=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2C8 is #335D37. Grayscale: #B2B2B2. Windows color (decimal): -3366200 or 13148876. OLE color: 13148876.

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

Color convert

RGB 204 162 200 -
CMYK 0 0.21 0.02 0.2
HSL 305.71º 0.29% 0.72% -
HSV(B) 305.71º 0.21% 0.8% -
XYZ 48.25 42.85 60.37 -
YUV 178.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 204 162 200 0 0.21 0.02 0.2 305.71 0.29 0.72
Hex CC A2 C8 0 15 2 14 132 1D 48
Octal 314 242 310 0 25 2 24 462 35 110
Binary 11001100 10100010 11001000 0 10101 10 10100 100110010 11101 1001000

Color Harmonies of #CCA2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2C8

Black with #CCA2C8

Text Example


Text Example

White with #CCA2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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