Html Css Color HEX #C49EE3 Wisteria

📋 copy color: '#C49EE3'

red 196 ◦ green 158 ◦ blue 227

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

Shades of Wisteria #C49EE3

Tints of Wisteria #C49EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.07%

R = 33.73%
G = 27.19%
B = 39.07%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C49EE3 (or 0xC49EE3) is known color: Wisteria. HEX triplet: C4, 9E and E3. RGB value is (196,158,227). Sum of RGB (Red+Green+Blue) = 196+158+227=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #C49EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EE3 is #3B611C. Grayscale: #B0B0B0. Windows color (decimal): -3891485 or 14917316. OLE color: 14917316.

HSL color Cylindrical-coordinate representation of color #C49EE3: hue angle of 273.04º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49EE3 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 158 227 -
CMYK 0.14 0.30 0 0.11
HSL 273.04º 0.55% 0.75% -
HSV(B) 273.04º 0.3% 0.89% -
XYZ 48.86 41.74 78.15 -
YUV 177.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 196 158 227 0.14 0.30 0 0.11 273.04 0.55 0.75
Hex C4 9E E3 E 1E 0 B 111 37 4B
Octal 304 236 343 16 36 0 13 421 67 113
Binary 11000100 10011110 11100011 1110 11110 0 1011 100010001 110111 1001011

Color Harmonies of #C49EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EE3

Black with #C49EE3

Text Example


Text Example

White with #C49EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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