Html Css Color HEX #CCA5CB Lilac

📋 copy color: '#CCA5CB'

red 204 ◦ green 165 ◦ blue 203

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

Shades of Lilac #CCA5CB

Tints of Lilac #CCA5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.85%

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

R = 35.66%
G = 28.85%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCA5CB (or 0xCCA5CB) is known color: Lilac. HEX triplet: CC, A5 and CB. RGB value is (204,165,203). Sum of RGB (Red+Green+Blue) = 204+165+203=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5CB is #335A34. Grayscale: #B4B4B4. Windows color (decimal): -3365429 or 13346252. OLE color: 13346252.

HSL color Cylindrical-coordinate representation of color #CCA5CB: hue angle of 301.54º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA5CB is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 203 -
CMYK 0 0.19 0.00 0.2
HSL 301.54º 0.28% 0.72% -
HSV(B) 301.54º 0.19% 0.8% -
XYZ 49.14 44.06 62.41 -
YUV 180.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 204 165 203 0 0.19 0.00 0.2 301.54 0.28 0.72
Hex CC A5 CB 0 13 0 14 12E 1C 48
Octal 314 245 313 0 23 0 24 456 34 110
Binary 11001100 10100101 11001011 0 10011 0 10100 100101110 11100 1001000

Color Harmonies of #CCA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5CB

Black with #CCA5CB

Text Example


Text Example

White with #CCA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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