Shades of Heliotrope #C874FF
Tints of Heliotrope #C874FF
RGB
CMYK
RGB Variations
Color information
#C874FF (or 0xC874FF) is known color: Heliotrope. HEX triplet: C8, 74 and FF. RGB value is (200,116,255). Sum of RGB (Red+Green+Blue) = 200+116+255=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #C874FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874FF is #378B00. Grayscale: #9C9C9C. Windows color (decimal): -3640065 or 16741576. OLE color: 16741576.
HSL color Cylindrical-coordinate representation of color #C874FF: hue angle of 276.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C874FF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 116 | 255 | - |
| CMYK | 0.22 | 0.55 | 0 | 0 |
| HSL | 276.26º | 1% | 0.73% | - |
| HSV(B) | 276.26º | 0.55% | 1% | - |
| XYZ | 48.11 | 31.99 | 98.25 | - |
| YUV | 156.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 255 | 0.22 | 0.55 | 0 | 0 | 276.26 | 1 | 0.73 |
| Hex | C8 | 74 | FF | 16 | 37 | 0 | 0 | 114 | 64 | 49 |
| Octal | 310 | 164 | 377 | 26 | 67 | 0 | 0 | 424 | 144 | 111 |
| Binary | 11001000 | 1110100 | 11111111 | 10110 | 110111 | 0 | 0 | 100010100 | 1100100 | 1001001 |
Color Harmonies of #C874FF
Complementary color
Monochromatic Colors of #C874FF
Black with #C874FF
Text Example
Text Example
White with #C874FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874FF; }
p { color: rgb(200,116,255); }
H1.HeaderClassName
{
color: #C874FF;
}
.AnyTagClassName
{
color: #C874FF;
}
</style>
background-color css
<style>
a { background-color: #C874FF; }
a { background-color: rgb(200,116,255); }
div.DivClassName
{
background-color: #C874FF;
}
.BgClassName
{
background-color: #C874FF;
}
</style>
border-color css
<style>
span { border-color: #C874FF; }
span { border-color: rgb(200,116,255); }
td.TdClassName
{
border-color: #C874FF;
}
.TagClassName
{
border-color: #C874FF;
}
</style>