Html Css Color HEX #CCA0CE Lilac

📋 copy color: '#CCA0CE'

red 204 ◦ green 160 ◦ blue 206

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

Shades of Lilac #CCA0CE

Tints of Lilac #CCA0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.07%

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 35.79%
G = 28.07%
B = 36.14%

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

#CCA0CE (or 0xCCA0CE) is known color: Lilac. HEX triplet: CC, A0 and CE. RGB value is (204,160,206). Sum of RGB (Red+Green+Blue) = 204+160+206=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0CE is #335F31. Grayscale: #B2B2B2. Windows color (decimal): -3366706 or 13541580. OLE color: 13541580.

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

Color convert

RGB 204 160 206 -
CMYK 0.01 0.22 0 0.19
HSL 297.39º 0.32% 0.72% -
HSV(B) 297.39º 0.22% 0.81% -
XYZ 48.61 42.44 64.02 -
YUV 178.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 204 160 206 0.01 0.22 0 0.19 297.39 0.32 0.72
Hex CC A0 CE 1 16 0 13 129 20 48
Octal 314 240 316 1 26 0 23 451 40 110
Binary 11001100 10100000 11001110 1 10110 0 10011 100101001 100000 1001000

Color Harmonies of #CCA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0CE

Black with #CCA0CE

Text Example


Text Example

White with #CCA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0CE; }

 p { color: rgb(204,160,206); }

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

background-color css

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

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

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

border-color css

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

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

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