Html Css Color HEX #C49BCD Lilac

📋 copy color: '#C49BCD'

red 196 ◦ green 155 ◦ blue 205

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

Shades of Lilac #C49BCD

Tints of Lilac #C49BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.88%

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

R = 35.25%
G = 27.88%
B = 36.87%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C49BCD (or 0xC49BCD) is known color: Lilac. HEX triplet: C4, 9B and CD. RGB value is (196,155,205). Sum of RGB (Red+Green+Blue) = 196+155+205=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #C49BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BCD is #3B6432. Grayscale: #ACACAC. Windows color (decimal): -3892275 or 13474756. OLE color: 13474756.

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

Color convert

RGB 196 155 205 -
CMYK 0.04 0.24 0 0.20
HSL 289.2º 0.33% 0.71% -
HSV(B) 289.2º 0.24% 0.8% -
XYZ 45.51 39.59 63 -
YUV 172.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 196 155 205 0.04 0.24 0 0.20 289.2 0.33 0.71
Hex C4 9B CD 4 18 0 14 121 21 47
Octal 304 233 315 4 30 0 24 441 41 107
Binary 11000100 10011011 11001101 100 11000 0 10100 100100001 100001 1000111

Color Harmonies of #C49BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BCD

Black with #C49BCD

Text Example


Text Example

White with #C49BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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