Html Css Color HEX #C49DCC Lilac

📋 copy color: '#C49DCC'

red 196 ◦ green 157 ◦ blue 204

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

Shades of Lilac #C49DCC

Tints of Lilac #C49DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.62%

R = 35.19%
G = 28.19%
B = 36.62%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C49DCC (or 0xC49DCC) is known color: Lilac. HEX triplet: C4, 9D and CC. RGB value is (196,157,204). Sum of RGB (Red+Green+Blue) = 196+157+204=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #C49DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DCC is #3B6233. Grayscale: #ADADAD. Windows color (decimal): -3891764 or 13409732. OLE color: 13409732.

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

Color convert

RGB 196 157 204 -
CMYK 0.04 0.23 0 0.2
HSL 289.79º 0.32% 0.71% -
HSV(B) 289.79º 0.23% 0.8% -
XYZ 45.72 40.21 62.48 -
YUV 174.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 196 157 204 0.04 0.23 0 0.2 289.79 0.32 0.71
Hex C4 9D CC 4 17 0 14 122 20 47
Octal 304 235 314 4 27 0 24 442 40 107
Binary 11000100 10011101 11001100 100 10111 0 10100 100100010 100000 1000111

Color Harmonies of #C49DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DCC

Black with #C49DCC

Text Example


Text Example

White with #C49DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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