Html Css Color HEX #C493BE Lilac

📋 copy color: '#C493BE'

red 196 ◦ green 147 ◦ blue 190

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

Shades of Lilac #C493BE

Tints of Lilac #C493BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 36.77%
G = 27.58%
B = 35.65%

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

#C493BE (or 0xC493BE) is known color: Lilac. HEX triplet: C4, 93 and BE. RGB value is (196,147,190). Sum of RGB (Red+Green+Blue) = 196+147+190=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C493BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493BE is #3B6C41. Grayscale: #A6A6A6. Windows color (decimal): -3894338 or 12489668. OLE color: 12489668.

HSL color Cylindrical-coordinate representation of color #C493BE: hue angle of 307.35º 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 #C493BE is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 190 -
CMYK 0 0.25 0.03 0.23
HSL 307.35º 0.29% 0.67% -
HSV(B) 307.35º 0.25% 0.77% -
XYZ 42.49 36.32 53.49 -
YUV 166.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 196 147 190 0 0.25 0.03 0.23 307.35 0.29 0.67
Hex C4 93 BE 0 19 3 17 133 1D 43
Octal 304 223 276 0 31 3 27 463 35 103
Binary 11000100 10010011 10111110 0 11001 11 10111 100110011 11101 1000011

Color Harmonies of #C493BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493BE

Black with #C493BE

Text Example


Text Example

White with #C493BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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