Shades of Heliotrope #D685F8
Tints of Heliotrope #D685F8
RGB
CMYK
RGB Variations
Color information
#D685F8 (or 0xD685F8) is known color: Heliotrope. HEX triplet: D6, 85 and F8. RGB value is (214,133,248). Sum of RGB (Red+Green+Blue) = 214+133+248=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #D685F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685F8 is #297A07. Grayscale: #A9A9A9. Windows color (decimal): -2718216 or 16287190. OLE color: 16287190.
HSL color Cylindrical-coordinate representation of color #D685F8: hue angle of 282.26º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D685F8 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 133 | 248 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.03 |
| HSL | 282.26º | 0.89% | 0.75% | - |
| HSV(B) | 282.26º | 0.46% | 0.97% | - |
| XYZ | 53.06 | 37.85 | 93.32 | - |
| YUV | 170.33 | 171.84 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 248 | 0.14 | 0.46 | 0 | 0.03 | 282.26 | 0.89 | 0.75 |
| Hex | D6 | 85 | F8 | E | 2E | 0 | 3 | 11A | 59 | 4B |
| Octal | 326 | 205 | 370 | 16 | 56 | 0 | 3 | 432 | 131 | 113 |
| Binary | 11010110 | 10000101 | 11111000 | 1110 | 101110 | 0 | 11 | 100011010 | 1011001 | 1001011 |
Color Harmonies of #D685F8
Complementary color
Monochromatic Colors of #D685F8
Black with #D685F8
Text Example
Text Example
White with #D685F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685F8; }
p { color: rgb(214,133,248); }
H1.HeaderClassName
{
color: #D685F8;
}
.AnyTagClassName
{
color: #D685F8;
}
</style>
background-color css
<style>
a { background-color: #D685F8; }
a { background-color: rgb(214,133,248); }
div.DivClassName
{
background-color: #D685F8;
}
.BgClassName
{
background-color: #D685F8;
}
</style>
border-color css
<style>
span { border-color: #D685F8; }
span { border-color: rgb(214,133,248); }
td.TdClassName
{
border-color: #D685F8;
}
.TagClassName
{
border-color: #D685F8;
}
</style>