Shades of Heliotrope #D850FC
Tints of Heliotrope #D850FC
RGB
CMYK
RGB Variations
Color information
#D850FC (or 0xD850FC) is known color: Heliotrope. HEX triplet: D8, 50 and FC. RGB value is (216,80,252). Sum of RGB (Red+Green+Blue) = 216+80+252=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #D850FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D850FC is #27AF03. Grayscale: #8B8B8B. Windows color (decimal): -2600708 or 16535768. OLE color: 16535768.
HSL color Cylindrical-coordinate representation of color #D850FC: hue angle of 287.44º 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 #D850FC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 80 | 252 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.01 |
| HSL | 287.44º | 0.97% | 0.65% | - |
| HSV(B) | 287.44º | 0.68% | 0.99% | - |
| XYZ | 48.76 | 27.36 | 94.81 | - |
| YUV | 140.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 252 | 0.14 | 0.68 | 0 | 0.01 | 287.44 | 0.97 | 0.65 |
| Hex | D8 | 50 | FC | E | 44 | 0 | 1 | 11F | 61 | 41 |
| Octal | 330 | 120 | 374 | 16 | 104 | 0 | 1 | 437 | 141 | 101 |
| Binary | 11011000 | 1010000 | 11111100 | 1110 | 1000100 | 0 | 1 | 100011111 | 1100001 | 1000001 |
Color Harmonies of #D850FC
Complementary color
Monochromatic Colors of #D850FC
Black with #D850FC
Text Example
Text Example
White with #D850FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850FC; }
p { color: rgb(216,80,252); }
H1.HeaderClassName
{
color: #D850FC;
}
.AnyTagClassName
{
color: #D850FC;
}
</style>
background-color css
<style>
a { background-color: #D850FC; }
a { background-color: rgb(216,80,252); }
div.DivClassName
{
background-color: #D850FC;
}
.BgClassName
{
background-color: #D850FC;
}
</style>
border-color css
<style>
span { border-color: #D850FC; }
span { border-color: rgb(216,80,252); }
td.TdClassName
{
border-color: #D850FC;
}
.TagClassName
{
border-color: #D850FC;
}
</style>