Shades of Heliotrope #D85CFA
Tints of Heliotrope #D85CFA
RGB
CMYK
RGB Variations
Color information
#D85CFA (or 0xD85CFA) is known color: Heliotrope. HEX triplet: D8, 5C and FA. RGB value is (216,92,250). Sum of RGB (Red+Green+Blue) = 216+92+250=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #D85CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85CFA is #27A305. Grayscale: #929292. Windows color (decimal): -2597638 or 16407768. OLE color: 16407768.
HSL color Cylindrical-coordinate representation of color #D85CFA: hue angle of 287.09º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85CFA is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 92 | 250 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.02 |
| HSL | 287.09º | 0.94% | 0.67% | - |
| HSV(B) | 287.09º | 0.63% | 0.98% | - |
| XYZ | 49.4 | 29.16 | 93.47 | - |
| YUV | 147.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 250 | 0.14 | 0.63 | 0 | 0.02 | 287.09 | 0.94 | 0.67 |
| Hex | D8 | 5C | FA | E | 3F | 0 | 2 | 11F | 5E | 43 |
| Octal | 330 | 134 | 372 | 16 | 77 | 0 | 2 | 437 | 136 | 103 |
| Binary | 11011000 | 1011100 | 11111010 | 1110 | 111111 | 0 | 10 | 100011111 | 1011110 | 1000011 |
Color Harmonies of #D85CFA
Complementary color
Monochromatic Colors of #D85CFA
Black with #D85CFA
Text Example
Text Example
White with #D85CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CFA; }
p { color: rgb(216,92,250); }
H1.HeaderClassName
{
color: #D85CFA;
}
.AnyTagClassName
{
color: #D85CFA;
}
</style>
background-color css
<style>
a { background-color: #D85CFA; }
a { background-color: rgb(216,92,250); }
div.DivClassName
{
background-color: #D85CFA;
}
.BgClassName
{
background-color: #D85CFA;
}
</style>
border-color css
<style>
span { border-color: #D85CFA; }
span { border-color: rgb(216,92,250); }
td.TdClassName
{
border-color: #D85CFA;
}
.TagClassName
{
border-color: #D85CFA;
}
</style>