Html Css Color HEX #C5A1CA Lilac

📋 copy color: '#C5A1CA'

red 197 ◦ green 161 ◦ blue 202

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

Shades of Lilac #C5A1CA

Tints of Lilac #C5A1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 35.18%
G = 28.75%
B = 36.07%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5A1CA (or 0xC5A1CA) is known color: Lilac. HEX triplet: C5, A1 and CA. RGB value is (197,161,202). Sum of RGB (Red+Green+Blue) = 197+161+202=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5A1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1CA is #3A5E35. Grayscale: #B0B0B0. Windows color (decimal): -3825206 or 13279685. OLE color: 13279685.

HSL color Cylindrical-coordinate representation of color #C5A1CA: hue angle of 292.68º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5A1CA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 161 202 -
CMYK 0.02 0.20 0 0.21
HSL 292.68º 0.28% 0.71% -
HSV(B) 292.68º 0.2% 0.79% -
XYZ 46.43 41.62 61.46 -
YUV 176.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 197 161 202 0.02 0.20 0 0.21 292.68 0.28 0.71
Hex C5 A1 CA 2 14 0 15 125 1C 47
Octal 305 241 312 2 24 0 25 445 34 107
Binary 11000101 10100001 11001010 10 10100 0 10101 100100101 11100 1000111

Color Harmonies of #C5A1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A1CA

Black with #C5A1CA

Text Example


Text Example

White with #C5A1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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