Shades of Wisteria #C47FDC
Tints of Wisteria #C47FDC
RGB
CMYK
RGB Variations
Color information
#C47FDC (or 0xC47FDC) is known color: Wisteria. HEX triplet: C4, 7F and DC. RGB value is (196,127,220). Sum of RGB (Red+Green+Blue) = 196+127+220=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #C47FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FDC is #3B8023. Grayscale: #9D9D9D. Windows color (decimal): -3899428 or 14450628. OLE color: 14450628.
HSL color Cylindrical-coordinate representation of color #C47FDC: hue angle of 284.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47FDC is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 127 | 220 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.14 |
| HSL | 284.52º | 0.57% | 0.68% | - |
| HSV(B) | 284.52º | 0.42% | 0.86% | - |
| XYZ | 43.27 | 32.08 | 71.62 | - |
| YUV | 158.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 220 | 0.11 | 0.42 | 0 | 0.14 | 284.52 | 0.57 | 0.68 |
| Hex | C4 | 7F | DC | B | 2A | 0 | E | 11D | 39 | 44 |
| Octal | 304 | 177 | 334 | 13 | 52 | 0 | 16 | 435 | 71 | 104 |
| Binary | 11000100 | 1111111 | 11011100 | 1011 | 101010 | 0 | 1110 | 100011101 | 111001 | 1000100 |
Color Harmonies of #C47FDC
Complementary color
Monochromatic Colors of #C47FDC
Black with #C47FDC
Text Example
Text Example
White with #C47FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FDC; }
p { color: rgb(196,127,220); }
H1.HeaderClassName
{
color: #C47FDC;
}
.AnyTagClassName
{
color: #C47FDC;
}
</style>
background-color css
<style>
a { background-color: #C47FDC; }
a { background-color: rgb(196,127,220); }
div.DivClassName
{
background-color: #C47FDC;
}
.BgClassName
{
background-color: #C47FDC;
}
</style>
border-color css
<style>
span { border-color: #C47FDC; }
span { border-color: rgb(196,127,220); }
td.TdClassName
{
border-color: #C47FDC;
}
.TagClassName
{
border-color: #C47FDC;
}
</style>