Shades of Heliotrope #D07DED
Tints of Heliotrope #D07DED
RGB
CMYK
RGB Variations
Color information
#D07DED (or 0xD07DED) is known color: Heliotrope. HEX triplet: D0, 7D and ED. RGB value is (208,125,237). Sum of RGB (Red+Green+Blue) = 208+125+237=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #D07DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07DED is #2F8212. Grayscale: #A2A2A2. Windows color (decimal): -3113491 or 15564240. OLE color: 15564240.
HSL color Cylindrical-coordinate representation of color #D07DED: hue angle of 284.46º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07DED is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 125 | 237 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.07 |
| HSL | 284.46º | 0.76% | 0.71% | - |
| HSV(B) | 284.46º | 0.47% | 0.93% | - |
| XYZ | 48.63 | 34.19 | 84.16 | - |
| YUV | 162.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 237 | 0.12 | 0.47 | 0 | 0.07 | 284.46 | 0.76 | 0.71 |
| Hex | D0 | 7D | ED | C | 2F | 0 | 7 | 11C | 4C | 47 |
| Octal | 320 | 175 | 355 | 14 | 57 | 0 | 7 | 434 | 114 | 107 |
| Binary | 11010000 | 1111101 | 11101101 | 1100 | 101111 | 0 | 111 | 100011100 | 1001100 | 1000111 |
Color Harmonies of #D07DED
Complementary color
Monochromatic Colors of #D07DED
Black with #D07DED
Text Example
Text Example
White with #D07DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DED; }
p { color: rgb(208,125,237); }
H1.HeaderClassName
{
color: #D07DED;
}
.AnyTagClassName
{
color: #D07DED;
}
</style>
background-color css
<style>
a { background-color: #D07DED; }
a { background-color: rgb(208,125,237); }
div.DivClassName
{
background-color: #D07DED;
}
.BgClassName
{
background-color: #D07DED;
}
</style>
border-color css
<style>
span { border-color: #D07DED; }
span { border-color: rgb(208,125,237); }
td.TdClassName
{
border-color: #D07DED;
}
.TagClassName
{
border-color: #D07DED;
}
</style>