Shades of Orchid #D06DE1
Tints of Orchid #D06DE1
RGB
CMYK
RGB Variations
Color information
#D06DE1 (or 0xD06DE1) is known color: Orchid. HEX triplet: D0, 6D and E1. RGB value is (208,109,225). Sum of RGB (Red+Green+Blue) = 208+109+225=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #D06DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DE1 is #2F921E. Grayscale: #979797. Windows color (decimal): -3117599 or 14773712. OLE color: 14773712.
HSL color Cylindrical-coordinate representation of color #D06DE1: hue angle of 291.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06DE1 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 109 | 225 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.12 |
| HSL | 291.21º | 0.66% | 0.65% | - |
| HSV(B) | 291.21º | 0.52% | 0.88% | - |
| XYZ | 45.07 | 29.78 | 74.61 | - |
| YUV | 151.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 225 | 0.08 | 0.52 | 0 | 0.12 | 291.21 | 0.66 | 0.65 |
| Hex | D0 | 6D | E1 | 8 | 34 | 0 | C | 123 | 42 | 41 |
| Octal | 320 | 155 | 341 | 10 | 64 | 0 | 14 | 443 | 102 | 101 |
| Binary | 11010000 | 1101101 | 11100001 | 1000 | 110100 | 0 | 1100 | 100100011 | 1000010 | 1000001 |
Color Harmonies of #D06DE1
Complementary color
Monochromatic Colors of #D06DE1
Black with #D06DE1
Text Example
Text Example
White with #D06DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DE1; }
p { color: rgb(208,109,225); }
H1.HeaderClassName
{
color: #D06DE1;
}
.AnyTagClassName
{
color: #D06DE1;
}
</style>
background-color css
<style>
a { background-color: #D06DE1; }
a { background-color: rgb(208,109,225); }
div.DivClassName
{
background-color: #D06DE1;
}
.BgClassName
{
background-color: #D06DE1;
}
</style>
border-color css
<style>
span { border-color: #D06DE1; }
span { border-color: rgb(208,109,225); }
td.TdClassName
{
border-color: #D06DE1;
}
.TagClassName
{
border-color: #D06DE1;
}
</style>