Html Css Color HEX #C5A0CD Lilac

📋 copy color: '#C5A0CD'

red 197 ◦ green 160 ◦ blue 205

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

Shades of Lilac #C5A0CD

Tints of Lilac #C5A0CD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.47%

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

R = 35.05%
G = 28.47%
B = 36.48%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5A0CD (or 0xC5A0CD) is known color: Lilac. HEX triplet: C5, A0 and CD. RGB value is (197,160,205). Sum of RGB (Red+Green+Blue) = 197+160+205=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0CD is #3A5F32. Grayscale: #B0B0B0. Windows color (decimal): -3825459 or 13476037. OLE color: 13476037.

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

Color convert

RGB 197 160 205 -
CMYK 0.04 0.22 0 0.20
HSL 289.33º 0.31% 0.72% -
HSV(B) 289.33º 0.22% 0.8% -
XYZ 46.62 41.42 63.3 -
YUV 176.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 197 160 205 0.04 0.22 0 0.20 289.33 0.31 0.72
Hex C5 A0 CD 4 16 0 14 121 1F 48
Octal 305 240 315 4 26 0 24 441 37 110
Binary 11000101 10100000 11001101 100 10110 0 10100 100100001 11111 1001000

Color Harmonies of #C5A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A0CD

Black with #C5A0CD

Text Example


Text Example

White with #C5A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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