Html Css Color HEX #C49DC1 Lilac

📋 copy color: '#C49DC1'

red 196 ◦ green 157 ◦ blue 193

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

Shades of Lilac #C49DC1

Tints of Lilac #C49DC1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.75%

 BLUE value IS 193 (75.78% from 255) = 35.35%

R = 35.9%
G = 28.75%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C49DC1 (or 0xC49DC1) is known color: Lilac. HEX triplet: C4, 9D and C1. RGB value is (196,157,193). Sum of RGB (Red+Green+Blue) = 196+157+193=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C49DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DC1 is #3B623E. Grayscale: #ACACAC. Windows color (decimal): -3891775 or 12688836. OLE color: 12688836.

HSL color Cylindrical-coordinate representation of color #C49DC1: hue angle of 304.62º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49DC1 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 157 193 -
CMYK 0 0.20 0.02 0.23
HSL 304.62º 0.25% 0.69% -
HSV(B) 304.62º 0.2% 0.77% -
XYZ 44.45 39.7 55.77 -
YUV 172.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 196 157 193 0 0.20 0.02 0.23 304.62 0.25 0.69
Hex C4 9D C1 0 14 2 17 131 19 45
Octal 304 235 301 0 24 2 27 461 31 105
Binary 11000100 10011101 11000001 0 10100 10 10111 100110001 11001 1000101

Color Harmonies of #C49DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DC1

Black with #C49DC1

Text Example


Text Example

White with #C49DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DC1; }

 p { color: rgb(196,157,193); }

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

background-color css

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

 a { background-color: rgb(196,157,193); }

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

border-color css

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

 span { border-color: rgb(196,157,193); }

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