Shades of Heliotrope #C47FFC
Tints of Heliotrope #C47FFC
RGB
CMYK
RGB Variations
Color information
#C47FFC (or 0xC47FFC) is known color: Heliotrope. HEX triplet: C4, 7F and FC. RGB value is (196,127,252). Sum of RGB (Red+Green+Blue) = 196+127+252=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #C47FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47FFC is #3B8003. Grayscale: #A1A1A1. Windows color (decimal): -3899396 or 16547780. OLE color: 16547780.
HSL color Cylindrical-coordinate representation of color #C47FFC: hue angle of 273.12º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C47FFC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 127 | 252 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.01 |
| HSL | 273.12º | 0.95% | 0.74% | - |
| HSV(B) | 273.12º | 0.5% | 0.99% | - |
| XYZ | 47.93 | 33.94 | 96.12 | - |
| YUV | 161.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 252 | 0.22 | 0.50 | 0 | 0.01 | 273.12 | 0.95 | 0.74 |
| Hex | C4 | 7F | FC | 16 | 32 | 0 | 1 | 111 | 5F | 4A |
| Octal | 304 | 177 | 374 | 26 | 62 | 0 | 1 | 421 | 137 | 112 |
| Binary | 11000100 | 1111111 | 11111100 | 10110 | 110010 | 0 | 1 | 100010001 | 1011111 | 1001010 |
Color Harmonies of #C47FFC
Complementary color
Monochromatic Colors of #C47FFC
Black with #C47FFC
Text Example
Text Example
White with #C47FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FFC; }
p { color: rgb(196,127,252); }
H1.HeaderClassName
{
color: #C47FFC;
}
.AnyTagClassName
{
color: #C47FFC;
}
</style>
background-color css
<style>
a { background-color: #C47FFC; }
a { background-color: rgb(196,127,252); }
div.DivClassName
{
background-color: #C47FFC;
}
.BgClassName
{
background-color: #C47FFC;
}
</style>
border-color css
<style>
span { border-color: #C47FFC; }
span { border-color: rgb(196,127,252); }
td.TdClassName
{
border-color: #C47FFC;
}
.TagClassName
{
border-color: #C47FFC;
}
</style>