Html Css Color HEX #C49ED8 Wisteria

📋 copy color: '#C49ED8'

red 196 ◦ green 158 ◦ blue 216

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

Shades of Wisteria #C49ED8

Tints of Wisteria #C49ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 34.39%
G = 27.72%
B = 37.89%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C49ED8 (or 0xC49ED8) is known color: Wisteria. HEX triplet: C4, 9E and D8. RGB value is (196,158,216). Sum of RGB (Red+Green+Blue) = 196+158+216=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #C49ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ED8 is #3B6127. Grayscale: #AFAFAF. Windows color (decimal): -3891496 or 14196420. OLE color: 14196420.

HSL color Cylindrical-coordinate representation of color #C49ED8: hue angle of 279.31º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49ED8 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 158 216 -
CMYK 0.09 0.27 0 0.15
HSL 279.31º 0.43% 0.73% -
HSV(B) 279.31º 0.27% 0.85% -
XYZ 47.39 41.15 70.41 -
YUV 175.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 196 158 216 0.09 0.27 0 0.15 279.31 0.43 0.73
Hex C4 9E D8 9 1B 0 F 117 2B 49
Octal 304 236 330 11 33 0 17 427 53 111
Binary 11000100 10011110 11011000 1001 11011 0 1111 100010111 101011 1001001

Color Harmonies of #C49ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49ED8

Black with #C49ED8

Text Example


Text Example

White with #C49ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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