Html Css Color HEX #C49FDB Wisteria

📋 copy color: '#C49FDB'

red 196 ◦ green 159 ◦ blue 219

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

Shades of Wisteria #C49FDB

Tints of Wisteria #C49FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 34.15%
G = 27.7%
B = 38.15%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C49FDB (or 0xC49FDB) is known color: Wisteria. HEX triplet: C4, 9F and DB. RGB value is (196,159,219). Sum of RGB (Red+Green+Blue) = 196+159+219=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #C49FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FDB is #3B6024. Grayscale: #B0B0B0. Windows color (decimal): -3891237 or 14393284. OLE color: 14393284.

HSL color Cylindrical-coordinate representation of color #C49FDB: hue angle of 277º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49FDB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 159 219 -
CMYK 0.11 0.27 0 0.14
HSL 277º 0.45% 0.74% -
HSV(B) 277º 0.27% 0.86% -
XYZ 47.95 41.65 72.53 -
YUV 176.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 196 159 219 0.11 0.27 0 0.14 277 0.45 0.74
Hex C4 9F DB B 1B 0 E 115 2D 4A
Octal 304 237 333 13 33 0 16 425 55 112
Binary 11000100 10011111 11011011 1011 11011 0 1110 100010101 101101 1001010

Color Harmonies of #C49FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FDB

Black with #C49FDB

Text Example


Text Example

White with #C49FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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