Shades of Heliotrope #C970F8
Tints of Heliotrope #C970F8
RGB
CMYK
RGB Variations
Color information
#C970F8 (or 0xC970F8) is known color: Heliotrope. HEX triplet: C9, 70 and F8. RGB value is (201,112,248). Sum of RGB (Red+Green+Blue) = 201+112+248=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #C970F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970F8 is #368F07. Grayscale: #999999. Windows color (decimal): -3575560 or 16281801. OLE color: 16281801.
HSL color Cylindrical-coordinate representation of color #C970F8: hue angle of 279.26º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C970F8 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 112 | 248 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.03 |
| HSL | 279.26º | 0.91% | 0.71% | - |
| HSV(B) | 279.26º | 0.55% | 0.97% | - |
| XYZ | 46.82 | 30.78 | 92.28 | - |
| YUV | 154.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 248 | 0.19 | 0.55 | 0 | 0.03 | 279.26 | 0.91 | 0.71 |
| Hex | C9 | 70 | F8 | 13 | 37 | 0 | 3 | 117 | 5B | 47 |
| Octal | 311 | 160 | 370 | 23 | 67 | 0 | 3 | 427 | 133 | 107 |
| Binary | 11001001 | 1110000 | 11111000 | 10011 | 110111 | 0 | 11 | 100010111 | 1011011 | 1000111 |
Color Harmonies of #C970F8
Complementary color
Monochromatic Colors of #C970F8
Black with #C970F8
Text Example
Text Example
White with #C970F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970F8; }
p { color: rgb(201,112,248); }
H1.HeaderClassName
{
color: #C970F8;
}
.AnyTagClassName
{
color: #C970F8;
}
</style>
background-color css
<style>
a { background-color: #C970F8; }
a { background-color: rgb(201,112,248); }
div.DivClassName
{
background-color: #C970F8;
}
.BgClassName
{
background-color: #C970F8;
}
</style>
border-color css
<style>
span { border-color: #C970F8; }
span { border-color: rgb(201,112,248); }
td.TdClassName
{
border-color: #C970F8;
}
.TagClassName
{
border-color: #C970F8;
}
</style>