Html Css Color HEX #CCA1CF Lilac

📋 copy color: '#CCA1CF'

red 204 ◦ green 161 ◦ blue 207

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

Shades of Lilac #CCA1CF

Tints of Lilac #CCA1CF

RGB

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

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

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

R = 35.66%
G = 28.15%
B = 36.19%

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

#CCA1CF (or 0xCCA1CF) is known color: Lilac. HEX triplet: CC, A1 and CF. RGB value is (204,161,207). Sum of RGB (Red+Green+Blue) = 204+161+207=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCA1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1CF is #335E30. Grayscale: #B2B2B2. Windows color (decimal): -3366449 or 13607372. OLE color: 13607372.

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

Color convert

RGB 204 161 207 -
CMYK 0.01 0.22 0 0.19
HSL 296.09º 0.32% 0.72% -
HSV(B) 296.09º 0.22% 0.81% -
XYZ 48.91 42.83 64.72 -
YUV 179.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 204 161 207 0.01 0.22 0 0.19 296.09 0.32 0.72
Hex CC A1 CF 1 16 0 13 128 20 48
Octal 314 241 317 1 26 0 23 450 40 110
Binary 11001100 10100001 11001111 1 10110 0 10011 100101000 100000 1001000

Color Harmonies of #CCA1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1CF

Black with #CCA1CF

Text Example


Text Example

White with #CCA1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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