Html Css Color HEX #C49ED2 Wisteria

📋 copy color: '#C49ED2'

red 196 ◦ green 158 ◦ blue 210

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

Shades of Wisteria #C49ED2

Tints of Wisteria #C49ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.23%

R = 34.75%
G = 28.01%
B = 37.23%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C49ED2 (or 0xC49ED2) is known color: Wisteria. HEX triplet: C4, 9E and D2. RGB value is (196,158,210). Sum of RGB (Red+Green+Blue) = 196+158+210=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 210 - color contains mainly: blue. Hex color #C49ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ED2 is #3B612D. Grayscale: #AFAFAF. Windows color (decimal): -3891502 or 13803204. OLE color: 13803204.

HSL color Cylindrical-coordinate representation of color #C49ED2: hue angle of 283.85º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49ED2 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 158 210 -
CMYK 0.07 0.25 0 0.18
HSL 283.85º 0.37% 0.72% -
HSV(B) 283.85º 0.25% 0.82% -
XYZ 46.62 40.84 66.4 -
YUV 175.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 196 158 210 0.07 0.25 0 0.18 283.85 0.37 0.72
Hex C4 9E D2 7 19 0 12 11C 25 48
Octal 304 236 322 7 31 0 22 434 45 110
Binary 11000100 10011110 11010010 111 11001 0 10010 100011100 100101 1001000

Color Harmonies of #C49ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49ED2

Black with #C49ED2

Text Example


Text Example

White with #C49ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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