Html Css Color HEX #C5A5CD Lilac

📋 copy color: '#C5A5CD'

red 197 ◦ green 165 ◦ blue 205

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

Shades of Lilac #C5A5CD

Tints of Lilac #C5A5CD

RGB

 RED value IS 197 (77.34% from 255) = 34.74%

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

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

R = 34.74%
G = 29.1%
B = 36.16%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5A5CD (or 0xC5A5CD) is known color: Lilac. HEX triplet: C5, A5 and CD. RGB value is (197,165,205). Sum of RGB (Red+Green+Blue) = 197+165+205=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A5CD is #3A5A32. Grayscale: #B3B3B3. Windows color (decimal): -3824179 or 13477317. OLE color: 13477317.

HSL color Cylindrical-coordinate representation of color #C5A5CD: hue angle of 288º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5A5CD is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 165 205 -
CMYK 0.04 0.20 0 0.20
HSL 288º 0.29% 0.73% -
HSV(B) 288º 0.2% 0.8% -
XYZ 47.5 43.19 63.59 -
YUV 179.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 197 165 205 0.04 0.20 0 0.20 288 0.29 0.73
Hex C5 A5 CD 4 14 0 14 120 1D 49
Octal 305 245 315 4 24 0 24 440 35 111
Binary 11000101 10100101 11001101 100 10100 0 10100 100100000 11101 1001001

Color Harmonies of #C5A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A5CD

Black with #C5A5CD

Text Example


Text Example

White with #C5A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A5CD; }

 p { color: rgb(197,165,205); }

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

background-color css

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

 a { background-color: rgb(197,165,205); }

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

border-color css

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

 span { border-color: rgb(197,165,205); }

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