Html Css Color HEX #C49EDE Wisteria

📋 copy color: '#C49EDE'

red 196 ◦ green 158 ◦ blue 222

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

Shades of Wisteria #C49EDE

Tints of Wisteria #C49EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 34.03%
G = 27.43%
B = 38.54%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C49EDE (or 0xC49EDE) is known color: Wisteria. HEX triplet: C4, 9E and DE. RGB value is (196,158,222). Sum of RGB (Red+Green+Blue) = 196+158+222=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #C49EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EDE is #3B6121. Grayscale: #B0B0B0. Windows color (decimal): -3891490 or 14589636. OLE color: 14589636.

HSL color Cylindrical-coordinate representation of color #C49EDE: hue angle of 275.62º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C49EDE is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 158 222 -
CMYK 0.12 0.29 0 0.13
HSL 275.63º 0.49% 0.75% -
HSV(B) 275.63º 0.29% 0.87% -
XYZ 48.18 41.46 74.57 -
YUV 176.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 196 158 222 0.12 0.29 0 0.13 275.63 0.49 0.75
Hex C4 9E DE C 1D 0 D 114 31 4B
Octal 304 236 336 14 35 0 15 424 61 113
Binary 11000100 10011110 11011110 1100 11101 0 1101 100010100 110001 1001011

Color Harmonies of #C49EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EDE

Black with #C49EDE

Text Example


Text Example

White with #C49EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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