Shades of Heliotrope #C47FFF
Tints of Heliotrope #C47FFF
RGB
CMYK
RGB Variations
Color information
#C47FFF (or 0xC47FFF) is known color: Heliotrope. HEX triplet: C4, 7F and FF. RGB value is (196,127,255). Sum of RGB (Red+Green+Blue) = 196+127+255=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #C47FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47FFF is #3B8000. Grayscale: #A1A1A1. Windows color (decimal): -3899393 or 16744388. OLE color: 16744388.
HSL color Cylindrical-coordinate representation of color #C47FFF: hue angle of 272.34º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C47FFF is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 127 | 255 | - |
| CMYK | 0.23 | 0.50 | 0 | 0 |
| HSL | 272.34º | 1% | 0.75% | - |
| HSV(B) | 272.34º | 0.5% | 1% | - |
| XYZ | 48.4 | 34.13 | 98.65 | - |
| YUV | 162.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 255 | 0.23 | 0.50 | 0 | 0 | 272.34 | 1 | 0.75 |
| Hex | C4 | 7F | FF | 17 | 32 | 0 | 0 | 110 | 64 | 4B |
| Octal | 304 | 177 | 377 | 27 | 62 | 0 | 0 | 420 | 144 | 113 |
| Binary | 11000100 | 1111111 | 11111111 | 10111 | 110010 | 0 | 0 | 100010000 | 1100100 | 1001011 |
Color Harmonies of #C47FFF
Complementary color
Monochromatic Colors of #C47FFF
Black with #C47FFF
Text Example
Text Example
White with #C47FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FFF; }
p { color: rgb(196,127,255); }
H1.HeaderClassName
{
color: #C47FFF;
}
.AnyTagClassName
{
color: #C47FFF;
}
</style>
background-color css
<style>
a { background-color: #C47FFF; }
a { background-color: rgb(196,127,255); }
div.DivClassName
{
background-color: #C47FFF;
}
.BgClassName
{
background-color: #C47FFF;
}
</style>
border-color css
<style>
span { border-color: #C47FFF; }
span { border-color: rgb(196,127,255); }
td.TdClassName
{
border-color: #C47FFF;
}
.TagClassName
{
border-color: #C47FFF;
}
</style>