Html Css Color HEX #C493CA Lilac

📋 copy color: '#C493CA'

red 196 ◦ green 147 ◦ blue 202

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

Shades of Lilac #C493CA

Tints of Lilac #C493CA

RGB

 RED value IS 196 (76.95% from 255) = 35.96%

 GREEN value IS 147 (57.81% from 255) = 26.97%

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

R = 35.96%
G = 26.97%
B = 37.06%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C493CA (or 0xC493CA) is known color: Lilac. HEX triplet: C4, 93 and CA. RGB value is (196,147,202). Sum of RGB (Red+Green+Blue) = 196+147+202=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #C493CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493CA is #3B6C35. Grayscale: #A7A7A7. Windows color (decimal): -3894326 or 13276100. OLE color: 13276100.

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

Color convert

RGB 196 147 202 -
CMYK 0.03 0.27 0 0.21
HSL 293.45º 0.34% 0.68% -
HSV(B) 293.45º 0.27% 0.79% -
XYZ 43.86 36.87 60.68 -
YUV 167.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 196 147 202 0.03 0.27 0 0.21 293.45 0.34 0.68
Hex C4 93 CA 3 1B 0 15 125 22 44
Octal 304 223 312 3 33 0 25 445 42 104
Binary 11000100 10010011 11001010 11 11011 0 10101 100100101 100010 1000100

Color Harmonies of #C493CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493CA

Black with #C493CA

Text Example


Text Example

White with #C493CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493CA; }

 p { color: rgb(196,147,202); }

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

background-color css

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

 a { background-color: rgb(196,147,202); }

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

border-color css

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

 span { border-color: rgb(196,147,202); }

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