Html Css Color HEX #C5A5C1 Lilac

📋 copy color: '#C5A5C1'

red 197 ◦ green 165 ◦ blue 193

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

Shades of Lilac #C5A5C1

Tints of Lilac #C5A5C1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.73%

 BLUE value IS 193 (75.78% from 255) = 34.77%

R = 35.5%
G = 29.73%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C5A5C1 (or 0xC5A5C1) is known color: Lilac. HEX triplet: C5, A5 and C1. RGB value is (197,165,193). Sum of RGB (Red+Green+Blue) = 197+165+193=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A5C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A5C1 is #3A5A3E. Grayscale: #B1B1B1. Windows color (decimal): -3824191 or 12690885. OLE color: 12690885.

HSL color Cylindrical-coordinate representation of color #C5A5C1: hue angle of 307.5º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5A5C1 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 165 193 -
CMYK 0 0.16 0.02 0.23
HSL 307.5º 0.22% 0.71% -
HSV(B) 307.5º 0.16% 0.77% -
XYZ 46.11 42.63 56.25 -
YUV 177.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 197 165 193 0 0.16 0.02 0.23 307.5 0.22 0.71
Hex C5 A5 C1 0 10 2 17 134 16 47
Octal 305 245 301 0 20 2 27 464 26 107
Binary 11000101 10100101 11000001 0 10000 10 10111 100110100 10110 1000111

Color Harmonies of #C5A5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A5C1

Black with #C5A5C1

Text Example


Text Example

White with #C5A5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A5C1; }

 p { color: rgb(197,165,193); }

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

background-color css

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

 a { background-color: rgb(197,165,193); }

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

border-color css

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

 span { border-color: rgb(197,165,193); }

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