Shades of Wisteria #C47FE8
Tints of Wisteria #C47FE8
RGB
CMYK
RGB Variations
Color information
#C47FE8 (or 0xC47FE8) is known color: Wisteria. HEX triplet: C4, 7F and E8. RGB value is (196,127,232). Sum of RGB (Red+Green+Blue) = 196+127+232=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #C47FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47FE8 is #3B8017. Grayscale: #9F9F9F. Windows color (decimal): -3899416 or 15237060. OLE color: 15237060.
HSL color Cylindrical-coordinate representation of color #C47FE8: hue angle of 279.43º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C47FE8 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 127 | 232 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.09 |
| HSL | 279.43º | 0.7% | 0.7% | - |
| HSV(B) | 279.43º | 0.45% | 0.91% | - |
| XYZ | 44.92 | 32.74 | 80.3 | - |
| YUV | 159.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 232 | 0.16 | 0.45 | 0 | 0.09 | 279.43 | 0.7 | 0.7 |
| Hex | C4 | 7F | E8 | 10 | 2D | 0 | 9 | 117 | 46 | 46 |
| Octal | 304 | 177 | 350 | 20 | 55 | 0 | 11 | 427 | 106 | 106 |
| Binary | 11000100 | 1111111 | 11101000 | 10000 | 101101 | 0 | 1001 | 100010111 | 1000110 | 1000110 |
Color Harmonies of #C47FE8
Complementary color
Monochromatic Colors of #C47FE8
Black with #C47FE8
Text Example
Text Example
White with #C47FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FE8; }
p { color: rgb(196,127,232); }
H1.HeaderClassName
{
color: #C47FE8;
}
.AnyTagClassName
{
color: #C47FE8;
}
</style>
background-color css
<style>
a { background-color: #C47FE8; }
a { background-color: rgb(196,127,232); }
div.DivClassName
{
background-color: #C47FE8;
}
.BgClassName
{
background-color: #C47FE8;
}
</style>
border-color css
<style>
span { border-color: #C47FE8; }
span { border-color: rgb(196,127,232); }
td.TdClassName
{
border-color: #C47FE8;
}
.TagClassName
{
border-color: #C47FE8;
}
</style>