Shades of Heliotrope #C971F8
Tints of Heliotrope #C971F8
RGB
CMYK
RGB Variations
Color information
#C971F8 (or 0xC971F8) is known color: Heliotrope. HEX triplet: C9, 71 and F8. RGB value is (201,113,248). Sum of RGB (Red+Green+Blue) = 201+113+248=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #C971F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971F8 is #368E07. Grayscale: #9A9A9A. Windows color (decimal): -3575304 or 16282057. OLE color: 16282057.
HSL color Cylindrical-coordinate representation of color #C971F8: hue angle of 279.11º degrees, saturation: 0.91, 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 #C971F8 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 113 | 248 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.03 |
| HSL | 279.11º | 0.91% | 0.71% | - |
| HSV(B) | 279.11º | 0.54% | 0.97% | - |
| XYZ | 46.94 | 31.01 | 92.32 | - |
| YUV | 154.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 248 | 0.19 | 0.54 | 0 | 0.03 | 279.11 | 0.91 | 0.71 |
| Hex | C9 | 71 | F8 | 13 | 36 | 0 | 3 | 117 | 5B | 47 |
| Octal | 311 | 161 | 370 | 23 | 66 | 0 | 3 | 427 | 133 | 107 |
| Binary | 11001001 | 1110001 | 11111000 | 10011 | 110110 | 0 | 11 | 100010111 | 1011011 | 1000111 |
Color Harmonies of #C971F8
Complementary color
Monochromatic Colors of #C971F8
Black with #C971F8
Text Example
Text Example
White with #C971F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971F8; }
p { color: rgb(201,113,248); }
H1.HeaderClassName
{
color: #C971F8;
}
.AnyTagClassName
{
color: #C971F8;
}
</style>
background-color css
<style>
a { background-color: #C971F8; }
a { background-color: rgb(201,113,248); }
div.DivClassName
{
background-color: #C971F8;
}
.BgClassName
{
background-color: #C971F8;
}
</style>
border-color css
<style>
span { border-color: #C971F8; }
span { border-color: rgb(201,113,248); }
td.TdClassName
{
border-color: #C971F8;
}
.TagClassName
{
border-color: #C971F8;
}
</style>