Shades of Heliotrope #C874FA
Tints of Heliotrope #C874FA
RGB
CMYK
RGB Variations
Color information
#C874FA (or 0xC874FA) is known color: Heliotrope. HEX triplet: C8, 74 and FA. RGB value is (200,116,250). Sum of RGB (Red+Green+Blue) = 200+116+250=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #C874FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874FA is #378B05. Grayscale: #9B9B9B. Windows color (decimal): -3640070 or 16413896. OLE color: 16413896.
HSL color Cylindrical-coordinate representation of color #C874FA: hue angle of 277.61º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C874FA is Cyan = 0.2, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 116 | 250 | - |
| CMYK | 0.2 | 0.54 | 0 | 0.02 |
| HSL | 277.61º | 0.93% | 0.72% | - |
| HSV(B) | 277.61º | 0.54% | 0.98% | - |
| XYZ | 47.32 | 31.67 | 94.06 | - |
| YUV | 156.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 250 | 0.2 | 0.54 | 0 | 0.02 | 277.61 | 0.93 | 0.72 |
| Hex | C8 | 74 | FA | 14 | 36 | 0 | 2 | 116 | 5D | 48 |
| Octal | 310 | 164 | 372 | 24 | 66 | 0 | 2 | 426 | 135 | 110 |
| Binary | 11001000 | 1110100 | 11111010 | 10100 | 110110 | 0 | 10 | 100010110 | 1011101 | 1001000 |
Color Harmonies of #C874FA
Complementary color
Monochromatic Colors of #C874FA
Black with #C874FA
Text Example
Text Example
White with #C874FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874FA; }
p { color: rgb(200,116,250); }
H1.HeaderClassName
{
color: #C874FA;
}
.AnyTagClassName
{
color: #C874FA;
}
</style>
background-color css
<style>
a { background-color: #C874FA; }
a { background-color: rgb(200,116,250); }
div.DivClassName
{
background-color: #C874FA;
}
.BgClassName
{
background-color: #C874FA;
}
</style>
border-color css
<style>
span { border-color: #C874FA; }
span { border-color: rgb(200,116,250); }
td.TdClassName
{
border-color: #C874FA;
}
.TagClassName
{
border-color: #C874FA;
}
</style>