Html Css Color HEX #C493BF Lilac

📋 copy color: '#C493BF'

red 196 ◦ green 147 ◦ blue 191

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

Shades of Lilac #C493BF

Tints of Lilac #C493BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.77%

R = 36.7%
G = 27.53%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C493BF (or 0xC493BF) is known color: Lilac. HEX triplet: C4, 93 and BF. RGB value is (196,147,191). Sum of RGB (Red+Green+Blue) = 196+147+191=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C493BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493BF is #3B6C40. Grayscale: #A6A6A6. Windows color (decimal): -3894337 or 12555204. OLE color: 12555204.

HSL color Cylindrical-coordinate representation of color #C493BF: hue angle of 306.12º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C493BF is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 191 -
CMYK 0 0.25 0.03 0.23
HSL 306.12º 0.29% 0.67% -
HSV(B) 306.12º 0.25% 0.77% -
XYZ 42.6 36.36 54.06 -
YUV 166.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 196 147 191 0 0.25 0.03 0.23 306.12 0.29 0.67
Hex C4 93 BF 0 19 3 17 132 1D 43
Octal 304 223 277 0 31 3 27 462 35 103
Binary 11000100 10010011 10111111 0 11001 11 10111 100110010 11101 1000011

Color Harmonies of #C493BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493BF

Black with #C493BF

Text Example


Text Example

White with #C493BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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