Html Css Color HEX #C5A4C9 Lilac

📋 copy color: '#C5A4C9'

red 197 ◦ green 164 ◦ blue 201

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

Shades of Lilac #C5A4C9

Tints of Lilac #C5A4C9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.18%

 BLUE value IS 201 (78.91% from 255) = 35.77%

R = 35.05%
G = 29.18%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5A4C9 (or 0xC5A4C9) is known color: Lilac. HEX triplet: C5, A4 and C9. RGB value is (197,164,201). Sum of RGB (Red+Green+Blue) = 197+164+201=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #C5A4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A4C9 is #3A5B36. Grayscale: #B1B1B1. Windows color (decimal): -3824439 or 13214917. OLE color: 13214917.

HSL color Cylindrical-coordinate representation of color #C5A4C9: hue angle of 293.51º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5A4C9 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 164 201 -
CMYK 0.02 0.18 0 0.21
HSL 293.51º 0.26% 0.72% -
HSV(B) 293.51º 0.18% 0.79% -
XYZ 46.84 42.64 61.02 -
YUV 178.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 197 164 201 0.02 0.18 0 0.21 293.51 0.26 0.72
Hex C5 A4 C9 2 12 0 15 126 1A 48
Octal 305 244 311 2 22 0 25 446 32 110
Binary 11000101 10100100 11001001 10 10010 0 10101 100100110 11010 1001000

Color Harmonies of #C5A4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A4C9

Black with #C5A4C9

Text Example


Text Example

White with #C5A4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A4C9; }

 p { color: rgb(197,164,201); }

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

background-color css

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

 a { background-color: rgb(197,164,201); }

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

border-color css

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

 span { border-color: rgb(197,164,201); }

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