Shades of Wisteria #C47EDC
Tints of Wisteria #C47EDC
RGB
CMYK
RGB Variations
Color information
#C47EDC (or 0xC47EDC) is known color: Wisteria. HEX triplet: C4, 7E and DC. RGB value is (196,126,220). Sum of RGB (Red+Green+Blue) = 196+126+220=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #C47EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47EDC is #3B8123. Grayscale: #9D9D9D. Windows color (decimal): -3899684 or 14450372. OLE color: 14450372.
HSL color Cylindrical-coordinate representation of color #C47EDC: hue angle of 284.68º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47EDC is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 126 | 220 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.14 |
| HSL | 284.68º | 0.57% | 0.68% | - |
| HSV(B) | 284.68º | 0.43% | 0.86% | - |
| XYZ | 43.14 | 31.82 | 71.58 | - |
| YUV | 157.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 220 | 0.11 | 0.43 | 0 | 0.14 | 284.68 | 0.57 | 0.68 |
| Hex | C4 | 7E | DC | B | 2B | 0 | E | 11D | 39 | 44 |
| Octal | 304 | 176 | 334 | 13 | 53 | 0 | 16 | 435 | 71 | 104 |
| Binary | 11000100 | 1111110 | 11011100 | 1011 | 101011 | 0 | 1110 | 100011101 | 111001 | 1000100 |
Color Harmonies of #C47EDC
Complementary color
Monochromatic Colors of #C47EDC
Black with #C47EDC
Text Example
Text Example
White with #C47EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47EDC; }
p { color: rgb(196,126,220); }
H1.HeaderClassName
{
color: #C47EDC;
}
.AnyTagClassName
{
color: #C47EDC;
}
</style>
background-color css
<style>
a { background-color: #C47EDC; }
a { background-color: rgb(196,126,220); }
div.DivClassName
{
background-color: #C47EDC;
}
.BgClassName
{
background-color: #C47EDC;
}
</style>
border-color css
<style>
span { border-color: #C47EDC; }
span { border-color: rgb(196,126,220); }
td.TdClassName
{
border-color: #C47EDC;
}
.TagClassName
{
border-color: #C47EDC;
}
</style>