Html Css Color HEX #C5A6CD Lilac

📋 copy color: '#C5A6CD'

red 197 ◦ green 166 ◦ blue 205

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

Shades of Lilac #C5A6CD

Tints of Lilac #C5A6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.23%

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

R = 34.68%
G = 29.23%
B = 36.09%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5A6CD (or 0xC5A6CD) is known color: Lilac. HEX triplet: C5, A6 and CD. RGB value is (197,166,205). Sum of RGB (Red+Green+Blue) = 197+166+205=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A6CD is #3A5932. Grayscale: #B3B3B3. Windows color (decimal): -3823923 or 13477573. OLE color: 13477573.

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

Color convert

RGB 197 166 205 -
CMYK 0.04 0.19 0 0.20
HSL 287.69º 0.28% 0.73% -
HSV(B) 287.69º 0.19% 0.8% -
XYZ 47.68 43.55 63.65 -
YUV 179.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 197 166 205 0.04 0.19 0 0.20 287.69 0.28 0.73
Hex C5 A6 CD 4 13 0 14 120 1C 49
Octal 305 246 315 4 23 0 24 440 34 111
Binary 11000101 10100110 11001101 100 10011 0 10100 100100000 11100 1001001

Color Harmonies of #C5A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A6CD

Black with #C5A6CD

Text Example


Text Example

White with #C5A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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