Shades of Heliotrope #C874FB
Tints of Heliotrope #C874FB
RGB
CMYK
RGB Variations
Color information
#C874FB (or 0xC874FB) is known color: Heliotrope. HEX triplet: C8, 74 and FB. RGB value is (200,116,251). Sum of RGB (Red+Green+Blue) = 200+116+251=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #C874FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874FB is #378B04. Grayscale: #9C9C9C. Windows color (decimal): -3640069 or 16479432. OLE color: 16479432.
HSL color Cylindrical-coordinate representation of color #C874FB: hue angle of 277.33º degrees, saturation: 0.94, 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 #C874FB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 116 | 251 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.02 |
| HSL | 277.33º | 0.94% | 0.72% | - |
| HSV(B) | 277.33º | 0.54% | 0.98% | - |
| XYZ | 47.48 | 31.74 | 94.89 | - |
| YUV | 156.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 251 | 0.20 | 0.54 | 0 | 0.02 | 277.33 | 0.94 | 0.72 |
| Hex | C8 | 74 | FB | 14 | 36 | 0 | 2 | 115 | 5E | 48 |
| Octal | 310 | 164 | 373 | 24 | 66 | 0 | 2 | 425 | 136 | 110 |
| Binary | 11001000 | 1110100 | 11111011 | 10100 | 110110 | 0 | 10 | 100010101 | 1011110 | 1001000 |
Color Harmonies of #C874FB
Complementary color
Monochromatic Colors of #C874FB
Black with #C874FB
Text Example
Text Example
White with #C874FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874FB; }
p { color: rgb(200,116,251); }
H1.HeaderClassName
{
color: #C874FB;
}
.AnyTagClassName
{
color: #C874FB;
}
</style>
background-color css
<style>
a { background-color: #C874FB; }
a { background-color: rgb(200,116,251); }
div.DivClassName
{
background-color: #C874FB;
}
.BgClassName
{
background-color: #C874FB;
}
</style>
border-color css
<style>
span { border-color: #C874FB; }
span { border-color: rgb(200,116,251); }
td.TdClassName
{
border-color: #C874FB;
}
.TagClassName
{
border-color: #C874FB;
}
</style>