Html Css Color HEX #C5A1CD Lilac

📋 copy color: '#C5A1CD'

red 197 ◦ green 161 ◦ blue 205

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

Shades of Lilac #C5A1CD

Tints of Lilac #C5A1CD

RGB

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

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

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

R = 34.99%
G = 28.6%
B = 36.41%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5A1CD (or 0xC5A1CD) is known color: Lilac. HEX triplet: C5, A1 and CD. RGB value is (197,161,205). Sum of RGB (Red+Green+Blue) = 197+161+205=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1CD is #3A5E32. Grayscale: #B0B0B0. Windows color (decimal): -3825203 or 13476293. OLE color: 13476293.

HSL color Cylindrical-coordinate representation of color #C5A1CD: hue angle of 289.09º degrees, saturation: 0.31, 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 #C5A1CD is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 161 205 -
CMYK 0.04 0.21 0 0.20
HSL 289.09º 0.31% 0.72% -
HSV(B) 289.09º 0.21% 0.8% -
XYZ 46.79 41.77 63.35 -
YUV 176.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 197 161 205 0.04 0.21 0 0.20 289.09 0.31 0.72
Hex C5 A1 CD 4 15 0 14 121 1F 48
Octal 305 241 315 4 25 0 24 441 37 110
Binary 11000101 10100001 11001101 100 10101 0 10100 100100001 11111 1001000

Color Harmonies of #C5A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A1CD

Black with #C5A1CD

Text Example


Text Example

White with #C5A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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