Shades of Heliotrope #C871F7
Tints of Heliotrope #C871F7
RGB
CMYK
RGB Variations
Color information
#C871F7 (or 0xC871F7) is known color: Heliotrope. HEX triplet: C8, 71 and F7. RGB value is (200,113,247). Sum of RGB (Red+Green+Blue) = 200+113+247=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #C871F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C871F7 is #378E08. Grayscale: #999999. Windows color (decimal): -3640841 or 16216520. OLE color: 16216520.
HSL color Cylindrical-coordinate representation of color #C871F7: hue angle of 278.96º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C871F7 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 113 | 247 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.03 |
| HSL | 278.96º | 0.89% | 0.71% | - |
| HSV(B) | 278.96º | 0.54% | 0.97% | - |
| XYZ | 46.51 | 30.81 | 91.49 | - |
| YUV | 154.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 247 | 0.19 | 0.54 | 0 | 0.03 | 278.96 | 0.89 | 0.71 |
| Hex | C8 | 71 | F7 | 13 | 36 | 0 | 3 | 117 | 59 | 47 |
| Octal | 310 | 161 | 367 | 23 | 66 | 0 | 3 | 427 | 131 | 107 |
| Binary | 11001000 | 1110001 | 11110111 | 10011 | 110110 | 0 | 11 | 100010111 | 1011001 | 1000111 |
Color Harmonies of #C871F7
Complementary color
Monochromatic Colors of #C871F7
Black with #C871F7
Text Example
Text Example
White with #C871F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871F7; }
p { color: rgb(200,113,247); }
H1.HeaderClassName
{
color: #C871F7;
}
.AnyTagClassName
{
color: #C871F7;
}
</style>
background-color css
<style>
a { background-color: #C871F7; }
a { background-color: rgb(200,113,247); }
div.DivClassName
{
background-color: #C871F7;
}
.BgClassName
{
background-color: #C871F7;
}
</style>
border-color css
<style>
span { border-color: #C871F7; }
span { border-color: rgb(200,113,247); }
td.TdClassName
{
border-color: #C871F7;
}
.TagClassName
{
border-color: #C871F7;
}
</style>