Shades of Heliotrope #C854FC
Tints of Heliotrope #C854FC
RGB
CMYK
RGB Variations
Color information
#C854FC (or 0xC854FC) is known color: Heliotrope. HEX triplet: C8, 54 and FC. RGB value is (200,84,252). Sum of RGB (Red+Green+Blue) = 200+84+252=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 84 (33.20% from 255 or 15.67% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #C854FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C854FC is #37AB03. Grayscale: #898989. Windows color (decimal): -3648260 or 16536776. OLE color: 16536776.
HSL color Cylindrical-coordinate representation of color #C854FC: hue angle of 281.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C854FC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 84 | 252 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.01 |
| HSL | 281.43º | 0.97% | 0.66% | - |
| HSV(B) | 281.43º | 0.67% | 0.99% | - |
| XYZ | 44.56 | 25.65 | 94.7 | - |
| YUV | 137.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 252 | 0.21 | 0.67 | 0 | 0.01 | 281.43 | 0.97 | 0.66 |
| Hex | C8 | 54 | FC | 15 | 43 | 0 | 1 | 119 | 61 | 42 |
| Octal | 310 | 124 | 374 | 25 | 103 | 0 | 1 | 431 | 141 | 102 |
| Binary | 11001000 | 1010100 | 11111100 | 10101 | 1000011 | 0 | 1 | 100011001 | 1100001 | 1000010 |
Color Harmonies of #C854FC
Complementary color
Monochromatic Colors of #C854FC
Black with #C854FC
Text Example
Text Example
White with #C854FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C854FC; }
p { color: rgb(200,84,252); }
H1.HeaderClassName
{
color: #C854FC;
}
.AnyTagClassName
{
color: #C854FC;
}
</style>
background-color css
<style>
a { background-color: #C854FC; }
a { background-color: rgb(200,84,252); }
div.DivClassName
{
background-color: #C854FC;
}
.BgClassName
{
background-color: #C854FC;
}
</style>
border-color css
<style>
span { border-color: #C854FC; }
span { border-color: rgb(200,84,252); }
td.TdClassName
{
border-color: #C854FC;
}
.TagClassName
{
border-color: #C854FC;
}
</style>