Html Css Color HEX #CCA1CD Lilac

📋 copy color: '#CCA1CD'

red 204 ◦ green 161 ◦ blue 205

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

Shades of Lilac #CCA1CD

Tints of Lilac #CCA1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.96%

R = 35.79%
G = 28.25%
B = 35.96%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CCA1CD (or 0xCCA1CD) is known color: Lilac. HEX triplet: CC, A1 and CD. RGB value is (204,161,205). Sum of RGB (Red+Green+Blue) = 204+161+205=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1CD is #335E32. Grayscale: #B2B2B2. Windows color (decimal): -3366451 or 13476300. OLE color: 13476300.

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

Color convert

RGB 204 161 205 -
CMYK 0.00 0.21 0 0.20
HSL 298.64º 0.31% 0.72% -
HSV(B) 298.64º 0.21% 0.8% -
XYZ 48.67 42.73 63.44 -
YUV 178.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 204 161 205 0.00 0.21 0 0.20 298.64 0.31 0.72
Hex CC A1 CD 0 15 0 14 12B 1F 48
Octal 314 241 315 0 25 0 24 453 37 110
Binary 11001100 10100001 11001101 0 10101 0 10100 100101011 11111 1001000

Color Harmonies of #CCA1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1CD

Black with #CCA1CD

Text Example


Text Example

White with #CCA1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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