Shades of Orchid #D06DE7
Tints of Orchid #D06DE7
RGB
CMYK
RGB Variations
Color information
#D06DE7 (or 0xD06DE7) is known color: Orchid. HEX triplet: D0, 6D and E7. RGB value is (208,109,231). Sum of RGB (Red+Green+Blue) = 208+109+231=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #D06DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DE7 is #2F9218. Grayscale: #989898. Windows color (decimal): -3117593 or 15166928. OLE color: 15166928.
HSL color Cylindrical-coordinate representation of color #D06DE7: hue angle of 288.69º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06DE7 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 109 | 231 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.09 |
| HSL | 288.69º | 0.72% | 0.67% | - |
| HSV(B) | 288.69º | 0.53% | 0.91% | - |
| XYZ | 45.9 | 30.12 | 78.99 | - |
| YUV | 152.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 231 | 0.10 | 0.53 | 0 | 0.09 | 288.69 | 0.72 | 0.67 |
| Hex | D0 | 6D | E7 | A | 35 | 0 | 9 | 121 | 48 | 43 |
| Octal | 320 | 155 | 347 | 12 | 65 | 0 | 11 | 441 | 110 | 103 |
| Binary | 11010000 | 1101101 | 11100111 | 1010 | 110101 | 0 | 1001 | 100100001 | 1001000 | 1000011 |
Color Harmonies of #D06DE7
Complementary color
Monochromatic Colors of #D06DE7
Black with #D06DE7
Text Example
Text Example
White with #D06DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DE7; }
p { color: rgb(208,109,231); }
H1.HeaderClassName
{
color: #D06DE7;
}
.AnyTagClassName
{
color: #D06DE7;
}
</style>
background-color css
<style>
a { background-color: #D06DE7; }
a { background-color: rgb(208,109,231); }
div.DivClassName
{
background-color: #D06DE7;
}
.BgClassName
{
background-color: #D06DE7;
}
</style>
border-color css
<style>
span { border-color: #D06DE7; }
span { border-color: rgb(208,109,231); }
td.TdClassName
{
border-color: #D06DE7;
}
.TagClassName
{
border-color: #D06DE7;
}
</style>