Shades of Heliotrope #C84CFF
Tints of Heliotrope #C84CFF
RGB
CMYK
RGB Variations
Color information
#C84CFF (or 0xC84CFF) is known color: Heliotrope. HEX triplet: C8, 4C and FF. RGB value is (200,76,255). Sum of RGB (Red+Green+Blue) = 200+76+255=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C84CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84CFF is #37B300. Grayscale: #848484. Windows color (decimal): -3650305 or 16731336. OLE color: 16731336.
HSL color Cylindrical-coordinate representation of color #C84CFF: hue angle of 281.56º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C84CFF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 76 | 255 | - |
| CMYK | 0.22 | 0.70 | 0 | 0 |
| HSL | 281.56º | 1% | 0.65% | - |
| HSV(B) | 281.56º | 0.7% | 1% | - |
| XYZ | 44.45 | 24.67 | 97.03 | - |
| YUV | 133.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 255 | 0.22 | 0.70 | 0 | 0 | 281.56 | 1 | 0.65 |
| Hex | C8 | 4C | FF | 16 | 46 | 0 | 0 | 11A | 64 | 41 |
| Octal | 310 | 114 | 377 | 26 | 106 | 0 | 0 | 432 | 144 | 101 |
| Binary | 11001000 | 1001100 | 11111111 | 10110 | 1000110 | 0 | 0 | 100011010 | 1100100 | 1000001 |
Color Harmonies of #C84CFF
Complementary color
Monochromatic Colors of #C84CFF
Black with #C84CFF
Text Example
Text Example
White with #C84CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CFF; }
p { color: rgb(200,76,255); }
H1.HeaderClassName
{
color: #C84CFF;
}
.AnyTagClassName
{
color: #C84CFF;
}
</style>
background-color css
<style>
a { background-color: #C84CFF; }
a { background-color: rgb(200,76,255); }
div.DivClassName
{
background-color: #C84CFF;
}
.BgClassName
{
background-color: #C84CFF;
}
</style>
border-color css
<style>
span { border-color: #C84CFF; }
span { border-color: rgb(200,76,255); }
td.TdClassName
{
border-color: #C84CFF;
}
.TagClassName
{
border-color: #C84CFF;
}
</style>