Shades of Heliotrope #D685ED
Tints of Heliotrope #D685ED
RGB
CMYK
RGB Variations
Color information
#D685ED (or 0xD685ED) is known color: Heliotrope. HEX triplet: D6, 85 and ED. RGB value is (214,133,237). Sum of RGB (Red+Green+Blue) = 214+133+237=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #D685ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685ED is #297A12. Grayscale: #A8A8A8. Windows color (decimal): -2718227 or 15566294. OLE color: 15566294.
HSL color Cylindrical-coordinate representation of color #D685ED: hue angle of 286.73º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D685ED is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 133 | 237 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.07 |
| HSL | 286.73º | 0.74% | 0.73% | - |
| HSV(B) | 286.73º | 0.44% | 0.93% | - |
| XYZ | 51.41 | 37.19 | 84.59 | - |
| YUV | 169.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 237 | 0.10 | 0.44 | 0 | 0.07 | 286.73 | 0.74 | 0.73 |
| Hex | D6 | 85 | ED | A | 2C | 0 | 7 | 11F | 4A | 49 |
| Octal | 326 | 205 | 355 | 12 | 54 | 0 | 7 | 437 | 112 | 111 |
| Binary | 11010110 | 10000101 | 11101101 | 1010 | 101100 | 0 | 111 | 100011111 | 1001010 | 1001001 |
Color Harmonies of #D685ED
Complementary color
Monochromatic Colors of #D685ED
Black with #D685ED
Text Example
Text Example
White with #D685ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685ED; }
p { color: rgb(214,133,237); }
H1.HeaderClassName
{
color: #D685ED;
}
.AnyTagClassName
{
color: #D685ED;
}
</style>
background-color css
<style>
a { background-color: #D685ED; }
a { background-color: rgb(214,133,237); }
div.DivClassName
{
background-color: #D685ED;
}
.BgClassName
{
background-color: #D685ED;
}
</style>
border-color css
<style>
span { border-color: #D685ED; }
span { border-color: rgb(214,133,237); }
td.TdClassName
{
border-color: #D685ED;
}
.TagClassName
{
border-color: #D685ED;
}
</style>