Shades of Heliotrope #C47BF1
Tints of Heliotrope #C47BF1
RGB
CMYK
RGB Variations
Color information
#C47BF1 (or 0xC47BF1) is known color: Heliotrope. HEX triplet: C4, 7B and F1. RGB value is (196,123,241). Sum of RGB (Red+Green+Blue) = 196+123+241=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #C47BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47BF1 is #3B840E. Grayscale: #9D9D9D. Windows color (decimal): -3900431 or 15825860. OLE color: 15825860.
HSL color Cylindrical-coordinate representation of color #C47BF1: hue angle of 277.12º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C47BF1 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 123 | 241 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.05 |
| HSL | 277.12º | 0.81% | 0.71% | - |
| HSV(B) | 277.12º | 0.49% | 0.95% | - |
| XYZ | 45.73 | 32.25 | 87.03 | - |
| YUV | 158.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 241 | 0.19 | 0.49 | 0 | 0.05 | 277.12 | 0.81 | 0.71 |
| Hex | C4 | 7B | F1 | 13 | 31 | 0 | 5 | 115 | 51 | 47 |
| Octal | 304 | 173 | 361 | 23 | 61 | 0 | 5 | 425 | 121 | 107 |
| Binary | 11000100 | 1111011 | 11110001 | 10011 | 110001 | 0 | 101 | 100010101 | 1010001 | 1000111 |
Color Harmonies of #C47BF1
Complementary color
Monochromatic Colors of #C47BF1
Black with #C47BF1
Text Example
Text Example
White with #C47BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BF1; }
p { color: rgb(196,123,241); }
H1.HeaderClassName
{
color: #C47BF1;
}
.AnyTagClassName
{
color: #C47BF1;
}
</style>
background-color css
<style>
a { background-color: #C47BF1; }
a { background-color: rgb(196,123,241); }
div.DivClassName
{
background-color: #C47BF1;
}
.BgClassName
{
background-color: #C47BF1;
}
</style>
border-color css
<style>
span { border-color: #C47BF1; }
span { border-color: rgb(196,123,241); }
td.TdClassName
{
border-color: #C47BF1;
}
.TagClassName
{
border-color: #C47BF1;
}
</style>