Shades of Heliotrope #C850FC
Tints of Heliotrope #C850FC
RGB
CMYK
RGB Variations
Color information
#C850FC (or 0xC850FC) is known color: Heliotrope. HEX triplet: C8, 50 and FC. RGB value is (200,80,252). Sum of RGB (Red+Green+Blue) = 200+80+252=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #C850FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850FC is #37AF03. Grayscale: #868686. Windows color (decimal): -3649284 or 16535752. OLE color: 16535752.
HSL color Cylindrical-coordinate representation of color #C850FC: hue angle of 281.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C850FC is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 80 | 252 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.01 |
| HSL | 281.86º | 0.97% | 0.65% | - |
| HSV(B) | 281.86º | 0.68% | 0.99% | - |
| XYZ | 44.26 | 25.04 | 94.6 | - |
| YUV | 135.49 | 193.76 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 252 | 0.21 | 0.68 | 0 | 0.01 | 281.86 | 0.97 | 0.65 |
| Hex | C8 | 50 | FC | 15 | 44 | 0 | 1 | 11A | 61 | 41 |
| Octal | 310 | 120 | 374 | 25 | 104 | 0 | 1 | 432 | 141 | 101 |
| Binary | 11001000 | 1010000 | 11111100 | 10101 | 1000100 | 0 | 1 | 100011010 | 1100001 | 1000001 |
Color Harmonies of #C850FC
Complementary color
Monochromatic Colors of #C850FC
Black with #C850FC
Text Example
Text Example
White with #C850FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850FC; }
p { color: rgb(200,80,252); }
H1.HeaderClassName
{
color: #C850FC;
}
.AnyTagClassName
{
color: #C850FC;
}
</style>
background-color css
<style>
a { background-color: #C850FC; }
a { background-color: rgb(200,80,252); }
div.DivClassName
{
background-color: #C850FC;
}
.BgClassName
{
background-color: #C850FC;
}
</style>
border-color css
<style>
span { border-color: #C850FC; }
span { border-color: rgb(200,80,252); }
td.TdClassName
{
border-color: #C850FC;
}
.TagClassName
{
border-color: #C850FC;
}
</style>