Html Css Color HEX #C49EE1 Wisteria

📋 copy color: '#C49EE1'

red 196 ◦ green 158 ◦ blue 225

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

Shades of Wisteria #C49EE1

Tints of Wisteria #C49EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 33.85%
G = 27.29%
B = 38.86%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C49EE1 (or 0xC49EE1) is known color: Wisteria. HEX triplet: C4, 9E and E1. RGB value is (196,158,225). Sum of RGB (Red+Green+Blue) = 196+158+225=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #C49EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EE1 is #3B611E. Grayscale: #B0B0B0. Windows color (decimal): -3891487 or 14786244. OLE color: 14786244.

HSL color Cylindrical-coordinate representation of color #C49EE1: hue angle of 274.03º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49EE1 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 158 225 -
CMYK 0.13 0.30 0 0.12
HSL 274.03º 0.53% 0.75% -
HSV(B) 274.03º 0.3% 0.88% -
XYZ 48.58 41.63 76.71 -
YUV 177 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 196 158 225 0.13 0.30 0 0.12 274.03 0.53 0.75
Hex C4 9E E1 D 1E 0 C 112 35 4B
Octal 304 236 341 15 36 0 14 422 65 113
Binary 11000100 10011110 11100001 1101 11110 0 1100 100010010 110101 1001011

Color Harmonies of #C49EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EE1

Black with #C49EE1

Text Example


Text Example

White with #C49EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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