Html Css Color HEX #C591CA Lilac

📋 copy color: '#C591CA'

red 197 ◦ green 145 ◦ blue 202

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

Shades of Lilac #C591CA

Tints of Lilac #C591CA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.65%

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

R = 36.21%
G = 26.65%
B = 37.13%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C591CA (or 0xC591CA) is known color: Lilac. HEX triplet: C5, 91 and CA. RGB value is (197,145,202). Sum of RGB (Red+Green+Blue) = 197+145+202=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #C591CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591CA is #3A6E35. Grayscale: #A6A6A6. Windows color (decimal): -3829302 or 13275589. OLE color: 13275589.

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

Color convert

RGB 197 145 202 -
CMYK 0.02 0.28 0 0.21
HSL 294.74º 0.35% 0.68% -
HSV(B) 294.74º 0.28% 0.79% -
XYZ 43.81 36.39 60.59 -
YUV 167.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 197 145 202 0.02 0.28 0 0.21 294.74 0.35 0.68
Hex C5 91 CA 2 1C 0 15 127 23 44
Octal 305 221 312 2 34 0 25 447 43 104
Binary 11000101 10010001 11001010 10 11100 0 10101 100100111 100011 1000100

Color Harmonies of #C591CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C591CA

Black with #C591CA

Text Example


Text Example

White with #C591CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C591CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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