Shades of Orchid #D06DE5
Tints of Orchid #D06DE5
RGB
CMYK
RGB Variations
Color information
#D06DE5 (or 0xD06DE5) is known color: Orchid. HEX triplet: D0, 6D and E5. RGB value is (208,109,229). Sum of RGB (Red+Green+Blue) = 208+109+229=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #D06DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DE5 is #2F921A. Grayscale: #979797. Windows color (decimal): -3117595 or 15035856. OLE color: 15035856.
HSL color Cylindrical-coordinate representation of color #D06DE5: hue angle of 289.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06DE5 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 109 | 229 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.10 |
| HSL | 289.5º | 0.7% | 0.66% | - |
| HSV(B) | 289.5º | 0.52% | 0.9% | - |
| XYZ | 45.62 | 30 | 77.52 | - |
| YUV | 152.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 229 | 0.09 | 0.52 | 0 | 0.10 | 289.5 | 0.7 | 0.66 |
| Hex | D0 | 6D | E5 | 9 | 34 | 0 | A | 122 | 46 | 42 |
| Octal | 320 | 155 | 345 | 11 | 64 | 0 | 12 | 442 | 106 | 102 |
| Binary | 11010000 | 1101101 | 11100101 | 1001 | 110100 | 0 | 1010 | 100100010 | 1000110 | 1000010 |
Color Harmonies of #D06DE5
Complementary color
Monochromatic Colors of #D06DE5
Black with #D06DE5
Text Example
Text Example
White with #D06DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DE5; }
p { color: rgb(208,109,229); }
H1.HeaderClassName
{
color: #D06DE5;
}
.AnyTagClassName
{
color: #D06DE5;
}
</style>
background-color css
<style>
a { background-color: #D06DE5; }
a { background-color: rgb(208,109,229); }
div.DivClassName
{
background-color: #D06DE5;
}
.BgClassName
{
background-color: #D06DE5;
}
</style>
border-color css
<style>
span { border-color: #D06DE5; }
span { border-color: rgb(208,109,229); }
td.TdClassName
{
border-color: #D06DE5;
}
.TagClassName
{
border-color: #D06DE5;
}
</style>