Html Css Color HEX #CCA1CB Lilac

📋 copy color: '#CCA1CB'

red 204 ◦ green 161 ◦ blue 203

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

Shades of Lilac #CCA1CB

Tints of Lilac #CCA1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 35.92%
G = 28.35%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCA1CB (or 0xCCA1CB) is known color: Lilac. HEX triplet: CC, A1 and CB. RGB value is (204,161,203). Sum of RGB (Red+Green+Blue) = 204+161+203=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1CB is #335E34. Grayscale: #B2B2B2. Windows color (decimal): -3366453 or 13345228. OLE color: 13345228.

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

Color convert

RGB 204 161 203 -
CMYK 0 0.21 0.00 0.2
HSL 301.4º 0.3% 0.72% -
HSV(B) 301.4º 0.21% 0.8% -
XYZ 48.43 42.64 62.18 -
YUV 178.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 204 161 203 0 0.21 0.00 0.2 301.4 0.3 0.72
Hex CC A1 CB 0 15 0 14 12D 1E 48
Octal 314 241 313 0 25 0 24 455 36 110
Binary 11001100 10100001 11001011 0 10101 0 10100 100101101 11110 1001000

Color Harmonies of #CCA1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1CB

Black with #CCA1CB

Text Example


Text Example

White with #CCA1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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