Html Css Color HEX #C49EDF Wisteria

📋 copy color: '#C49EDF'

red 196 ◦ green 158 ◦ blue 223

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

Shades of Wisteria #C49EDF

Tints of Wisteria #C49EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 33.97%
G = 27.38%
B = 38.65%

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

#C49EDF (or 0xC49EDF) is known color: Wisteria. HEX triplet: C4, 9E and DF. RGB value is (196,158,223). Sum of RGB (Red+Green+Blue) = 196+158+223=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #C49EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EDF is #3B6120. Grayscale: #B0B0B0. Windows color (decimal): -3891489 or 14655172. OLE color: 14655172.

HSL color Cylindrical-coordinate representation of color #C49EDF: hue angle of 275.08º degrees, saturation: 0.5, 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 #C49EDF is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 158 223 -
CMYK 0.12 0.29 0 0.13
HSL 275.08º 0.5% 0.75% -
HSV(B) 275.08º 0.29% 0.87% -
XYZ 48.31 41.52 75.28 -
YUV 176.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 196 158 223 0.12 0.29 0 0.13 275.08 0.5 0.75
Hex C4 9E DF C 1D 0 D 113 32 4B
Octal 304 236 337 14 35 0 15 423 62 113
Binary 11000100 10011110 11011111 1100 11101 0 1101 100010011 110010 1001011

Color Harmonies of #C49EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EDF

Black with #C49EDF

Text Example


Text Example

White with #C49EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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