Html Css Color HEX #C493BD Lilac

📋 copy color: '#C493BD'

red 196 ◦ green 147 ◦ blue 189

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

Shades of Lilac #C493BD

Tints of Lilac #C493BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 36.84%
G = 27.63%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C493BD (or 0xC493BD) is known color: Lilac. HEX triplet: C4, 93 and BD. RGB value is (196,147,189). Sum of RGB (Red+Green+Blue) = 196+147+189=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C493BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493BD is #3B6C42. Grayscale: #A6A6A6. Windows color (decimal): -3894339 or 12424132. OLE color: 12424132.

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

Color convert

RGB 196 147 189 -
CMYK 0 0.25 0.04 0.23
HSL 308.57º 0.29% 0.67% -
HSV(B) 308.57º 0.25% 0.77% -
XYZ 42.38 36.28 52.91 -
YUV 166.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 196 147 189 0 0.25 0.04 0.23 308.57 0.29 0.67
Hex C4 93 BD 0 19 4 17 135 1D 43
Octal 304 223 275 0 31 4 27 465 35 103
Binary 11000100 10010011 10111101 0 11001 100 10111 100110101 11101 1000011

Color Harmonies of #C493BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493BD

Black with #C493BD

Text Example


Text Example

White with #C493BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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