Shades of Heliotrope #D675ED
Tints of Heliotrope #D675ED
RGB
CMYK
RGB Variations
Color information
#D675ED (or 0xD675ED) is known color: Heliotrope. HEX triplet: D6, 75 and ED. RGB value is (214,117,237). Sum of RGB (Red+Green+Blue) = 214+117+237=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #D675ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675ED is #298A12. Grayscale: #9F9F9F. Windows color (decimal): -2722323 or 15562198. OLE color: 15562198.
HSL color Cylindrical-coordinate representation of color #D675ED: hue angle of 288.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D675ED is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 117 | 237 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.07 |
| HSL | 288.5º | 0.77% | 0.69% | - |
| HSV(B) | 288.5º | 0.51% | 0.93% | - |
| XYZ | 49.38 | 33.13 | 83.91 | - |
| YUV | 159.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 237 | 0.10 | 0.51 | 0 | 0.07 | 288.5 | 0.77 | 0.69 |
| Hex | D6 | 75 | ED | A | 33 | 0 | 7 | 120 | 4D | 45 |
| Octal | 326 | 165 | 355 | 12 | 63 | 0 | 7 | 440 | 115 | 105 |
| Binary | 11010110 | 1110101 | 11101101 | 1010 | 110011 | 0 | 111 | 100100000 | 1001101 | 1000101 |
Color Harmonies of #D675ED
Complementary color
Monochromatic Colors of #D675ED
Black with #D675ED
Text Example
Text Example
White with #D675ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D675ED; }
p { color: rgb(214,117,237); }
H1.HeaderClassName
{
color: #D675ED;
}
.AnyTagClassName
{
color: #D675ED;
}
</style>
background-color css
<style>
a { background-color: #D675ED; }
a { background-color: rgb(214,117,237); }
div.DivClassName
{
background-color: #D675ED;
}
.BgClassName
{
background-color: #D675ED;
}
</style>
border-color css
<style>
span { border-color: #D675ED; }
span { border-color: rgb(214,117,237); }
td.TdClassName
{
border-color: #D675ED;
}
.TagClassName
{
border-color: #D675ED;
}
</style>