Shades of Wisteria #C47FDF
Tints of Wisteria #C47FDF
RGB
CMYK
RGB Variations
Color information
#C47FDF (or 0xC47FDF) is known color: Wisteria. HEX triplet: C4, 7F and DF. RGB value is (196,127,223). Sum of RGB (Red+Green+Blue) = 196+127+223=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #C47FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FDF is #3B8020. Grayscale: #9E9E9E. Windows color (decimal): -3899425 or 14647236. OLE color: 14647236.
HSL color Cylindrical-coordinate representation of color #C47FDF: hue angle of 283.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47FDF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 127 | 223 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.13 |
| HSL | 283.13º | 0.6% | 0.69% | - |
| HSV(B) | 283.13º | 0.43% | 0.87% | - |
| XYZ | 43.67 | 32.24 | 73.73 | - |
| YUV | 158.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 223 | 0.12 | 0.43 | 0 | 0.13 | 283.13 | 0.6 | 0.69 |
| Hex | C4 | 7F | DF | C | 2B | 0 | D | 11B | 3C | 45 |
| Octal | 304 | 177 | 337 | 14 | 53 | 0 | 15 | 433 | 74 | 105 |
| Binary | 11000100 | 1111111 | 11011111 | 1100 | 101011 | 0 | 1101 | 100011011 | 111100 | 1000101 |
Color Harmonies of #C47FDF
Complementary color
Monochromatic Colors of #C47FDF
Black with #C47FDF
Text Example
Text Example
White with #C47FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FDF; }
p { color: rgb(196,127,223); }
H1.HeaderClassName
{
color: #C47FDF;
}
.AnyTagClassName
{
color: #C47FDF;
}
</style>
background-color css
<style>
a { background-color: #C47FDF; }
a { background-color: rgb(196,127,223); }
div.DivClassName
{
background-color: #C47FDF;
}
.BgClassName
{
background-color: #C47FDF;
}
</style>
border-color css
<style>
span { border-color: #C47FDF; }
span { border-color: rgb(196,127,223); }
td.TdClassName
{
border-color: #C47FDF;
}
.TagClassName
{
border-color: #C47FDF;
}
</style>