Shades of Heliotrope #D685F5
Tints of Heliotrope #D685F5
RGB
CMYK
RGB Variations
Color information
#D685F5 (or 0xD685F5) is known color: Heliotrope. HEX triplet: D6, 85 and F5. RGB value is (214,133,245). Sum of RGB (Red+Green+Blue) = 214+133+245=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 245 - color contains mainly: blue. Hex color #D685F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685F5 is #297A0A. Grayscale: #A9A9A9. Windows color (decimal): -2718219 or 16090582. OLE color: 16090582.
HSL color Cylindrical-coordinate representation of color #D685F5: hue angle of 283.39º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D685F5 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 133 | 245 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.04 |
| HSL | 283.39º | 0.85% | 0.74% | - |
| HSV(B) | 283.39º | 0.46% | 0.96% | - |
| XYZ | 52.6 | 37.66 | 90.88 | - |
| YUV | 169.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 245 | 0.13 | 0.46 | 0 | 0.04 | 283.39 | 0.85 | 0.74 |
| Hex | D6 | 85 | F5 | D | 2E | 0 | 4 | 11B | 55 | 4A |
| Octal | 326 | 205 | 365 | 15 | 56 | 0 | 4 | 433 | 125 | 112 |
| Binary | 11010110 | 10000101 | 11110101 | 1101 | 101110 | 0 | 100 | 100011011 | 1010101 | 1001010 |
Color Harmonies of #D685F5
Complementary color
Monochromatic Colors of #D685F5
Black with #D685F5
Text Example
Text Example
White with #D685F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685F5; }
p { color: rgb(214,133,245); }
H1.HeaderClassName
{
color: #D685F5;
}
.AnyTagClassName
{
color: #D685F5;
}
</style>
background-color css
<style>
a { background-color: #D685F5; }
a { background-color: rgb(214,133,245); }
div.DivClassName
{
background-color: #D685F5;
}
.BgClassName
{
background-color: #D685F5;
}
</style>
border-color css
<style>
span { border-color: #D685F5; }
span { border-color: rgb(214,133,245); }
td.TdClassName
{
border-color: #D685F5;
}
.TagClassName
{
border-color: #D685F5;
}
</style>