Shades of Heliotrope #D85CFC
Tints of Heliotrope #D85CFC
RGB
CMYK
RGB Variations
Color information
#D85CFC (or 0xD85CFC) is known color: Heliotrope. HEX triplet: D8, 5C and FC. RGB value is (216,92,252). Sum of RGB (Red+Green+Blue) = 216+92+252=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #D85CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85CFC is #27A303. Grayscale: #929292. Windows color (decimal): -2597636 or 16538840. OLE color: 16538840.
HSL color Cylindrical-coordinate representation of color #D85CFC: hue angle of 286.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85CFC is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 92 | 252 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.01 |
| HSL | 286.5º | 0.96% | 0.67% | - |
| HSV(B) | 286.5º | 0.63% | 0.99% | - |
| XYZ | 49.72 | 29.28 | 95.13 | - |
| YUV | 147.32 | 187.08 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 252 | 0.14 | 0.63 | 0 | 0.01 | 286.5 | 0.96 | 0.67 |
| Hex | D8 | 5C | FC | E | 3F | 0 | 1 | 11E | 60 | 43 |
| Octal | 330 | 134 | 374 | 16 | 77 | 0 | 1 | 436 | 140 | 103 |
| Binary | 11011000 | 1011100 | 11111100 | 1110 | 111111 | 0 | 1 | 100011110 | 1100000 | 1000011 |
Color Harmonies of #D85CFC
Complementary color
Monochromatic Colors of #D85CFC
Black with #D85CFC
Text Example
Text Example
White with #D85CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CFC; }
p { color: rgb(216,92,252); }
H1.HeaderClassName
{
color: #D85CFC;
}
.AnyTagClassName
{
color: #D85CFC;
}
</style>
background-color css
<style>
a { background-color: #D85CFC; }
a { background-color: rgb(216,92,252); }
div.DivClassName
{
background-color: #D85CFC;
}
.BgClassName
{
background-color: #D85CFC;
}
</style>
border-color css
<style>
span { border-color: #D85CFC; }
span { border-color: rgb(216,92,252); }
td.TdClassName
{
border-color: #D85CFC;
}
.TagClassName
{
border-color: #D85CFC;
}
</style>