Html Css Color HEX #C49FCD Lilac

📋 copy color: '#C49FCD'

red 196 ◦ green 159 ◦ blue 205

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

Shades of Lilac #C49FCD

Tints of Lilac #C49FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.39%

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 35%
G = 28.39%
B = 36.61%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C49FCD (or 0xC49FCD) is known color: Lilac. HEX triplet: C4, 9F and CD. RGB value is (196,159,205). Sum of RGB (Red+Green+Blue) = 196+159+205=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #C49FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FCD is #3B6032. Grayscale: #AFAFAF. Windows color (decimal): -3891251 or 13475780. OLE color: 13475780.

HSL color Cylindrical-coordinate representation of color #C49FCD: hue angle of 288.26º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C49FCD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 159 205 -
CMYK 0.04 0.22 0 0.20
HSL 288.26º 0.32% 0.71% -
HSV(B) 288.26º 0.22% 0.8% -
XYZ 46.18 40.94 63.23 -
YUV 175.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 196 159 205 0.04 0.22 0 0.20 288.26 0.32 0.71
Hex C4 9F CD 4 16 0 14 120 20 47
Octal 304 237 315 4 26 0 24 440 40 107
Binary 11000100 10011111 11001101 100 10110 0 10100 100100000 100000 1000111

Color Harmonies of #C49FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FCD

Black with #C49FCD

Text Example


Text Example

White with #C49FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FCD; }

 p { color: rgb(196,159,205); }

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

background-color css

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

 a { background-color: rgb(196,159,205); }

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

border-color css

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

 span { border-color: rgb(196,159,205); }

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