Html Css Color HEX #C49EDB Wisteria

📋 copy color: '#C49EDB'

red 196 ◦ green 158 ◦ blue 219

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

Shades of Wisteria #C49EDB

Tints of Wisteria #C49EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.57%

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

R = 34.21%
G = 27.57%
B = 38.22%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C49EDB (or 0xC49EDB) is known color: Wisteria. HEX triplet: C4, 9E and DB. RGB value is (196,158,219). Sum of RGB (Red+Green+Blue) = 196+158+219=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #C49EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EDB is #3B6124. Grayscale: #B0B0B0. Windows color (decimal): -3891493 or 14393028. OLE color: 14393028.

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

Color convert

RGB 196 158 219 -
CMYK 0.11 0.28 0 0.14
HSL 277.38º 0.46% 0.74% -
HSV(B) 277.38º 0.28% 0.86% -
XYZ 47.78 41.3 72.47 -
YUV 176.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 196 158 219 0.11 0.28 0 0.14 277.38 0.46 0.74
Hex C4 9E DB B 1C 0 E 115 2E 4A
Octal 304 236 333 13 34 0 16 425 56 112
Binary 11000100 10011110 11011011 1011 11100 0 1110 100010101 101110 1001010

Color Harmonies of #C49EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EDB

Black with #C49EDB

Text Example


Text Example

White with #C49EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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