Shades of Heliotrope #D075ED
Tints of Heliotrope #D075ED
RGB
CMYK
RGB Variations
Color information
#D075ED (or 0xD075ED) is known color: Heliotrope. HEX triplet: D0, 75 and ED. RGB value is (208,117,237). Sum of RGB (Red+Green+Blue) = 208+117+237=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #D075ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075ED is #2F8A12. Grayscale: #9D9D9D. Windows color (decimal): -3115539 or 15562192. OLE color: 15562192.
HSL color Cylindrical-coordinate representation of color #D075ED: hue angle of 285.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 #D075ED is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 117 | 237 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.07 |
| HSL | 285.5º | 0.77% | 0.69% | - |
| HSV(B) | 285.5º | 0.51% | 0.93% | - |
| XYZ | 47.66 | 32.25 | 83.83 | - |
| YUV | 157.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 237 | 0.12 | 0.51 | 0 | 0.07 | 285.5 | 0.77 | 0.69 |
| Hex | D0 | 75 | ED | C | 33 | 0 | 7 | 11E | 4D | 45 |
| Octal | 320 | 165 | 355 | 14 | 63 | 0 | 7 | 436 | 115 | 105 |
| Binary | 11010000 | 1110101 | 11101101 | 1100 | 110011 | 0 | 111 | 100011110 | 1001101 | 1000101 |
Color Harmonies of #D075ED
Complementary color
Monochromatic Colors of #D075ED
Black with #D075ED
Text Example
Text Example
White with #D075ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075ED; }
p { color: rgb(208,117,237); }
H1.HeaderClassName
{
color: #D075ED;
}
.AnyTagClassName
{
color: #D075ED;
}
</style>
background-color css
<style>
a { background-color: #D075ED; }
a { background-color: rgb(208,117,237); }
div.DivClassName
{
background-color: #D075ED;
}
.BgClassName
{
background-color: #D075ED;
}
</style>
border-color css
<style>
span { border-color: #D075ED; }
span { border-color: rgb(208,117,237); }
td.TdClassName
{
border-color: #D075ED;
}
.TagClassName
{
border-color: #D075ED;
}
</style>