Shades of Heliotrope #C870F9
Tints of Heliotrope #C870F9
RGB
CMYK
RGB Variations
Color information
#C870F9 (or 0xC870F9) is known color: Heliotrope. HEX triplet: C8, 70 and F9. RGB value is (200,112,249). Sum of RGB (Red+Green+Blue) = 200+112+249=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #C870F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870F9 is #378F06. Grayscale: #999999. Windows color (decimal): -3641095 or 16347336. OLE color: 16347336.
HSL color Cylindrical-coordinate representation of color #C870F9: hue angle of 278.54º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C870F9 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 112 | 249 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.02 |
| HSL | 278.54º | 0.92% | 0.71% | - |
| HSV(B) | 278.54º | 0.55% | 0.98% | - |
| XYZ | 46.71 | 30.71 | 93.09 | - |
| YUV | 153.93 | 181.65 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 249 | 0.20 | 0.55 | 0 | 0.02 | 278.54 | 0.92 | 0.71 |
| Hex | C8 | 70 | F9 | 14 | 37 | 0 | 2 | 117 | 5C | 47 |
| Octal | 310 | 160 | 371 | 24 | 67 | 0 | 2 | 427 | 134 | 107 |
| Binary | 11001000 | 1110000 | 11111001 | 10100 | 110111 | 0 | 10 | 100010111 | 1011100 | 1000111 |
Color Harmonies of #C870F9
Complementary color
Monochromatic Colors of #C870F9
Black with #C870F9
Text Example
Text Example
White with #C870F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870F9; }
p { color: rgb(200,112,249); }
H1.HeaderClassName
{
color: #C870F9;
}
.AnyTagClassName
{
color: #C870F9;
}
</style>
background-color css
<style>
a { background-color: #C870F9; }
a { background-color: rgb(200,112,249); }
div.DivClassName
{
background-color: #C870F9;
}
.BgClassName
{
background-color: #C870F9;
}
</style>
border-color css
<style>
span { border-color: #C870F9; }
span { border-color: rgb(200,112,249); }
td.TdClassName
{
border-color: #C870F9;
}
.TagClassName
{
border-color: #C870F9;
}
</style>