Shades of Orchid #D07ED6
Tints of Orchid #D07ED6
RGB
CMYK
RGB Variations
Color information
#D07ED6 (or 0xD07ED6) is known color: Orchid. HEX triplet: D0, 7E and D6. RGB value is (208,126,214). Sum of RGB (Red+Green+Blue) = 208+126+214=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #D07ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ED6 is #2F8129. Grayscale: #A0A0A0. Windows color (decimal): -3113258 or 14057168. OLE color: 14057168.
HSL color Cylindrical-coordinate representation of color #D07ED6: hue angle of 295.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07ED6 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 126 | 214 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.16 |
| HSL | 295.91º | 0.52% | 0.67% | - |
| HSV(B) | 295.91º | 0.41% | 0.84% | - |
| XYZ | 45.61 | 33.19 | 67.62 | - |
| YUV | 160.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 214 | 0.03 | 0.41 | 0 | 0.16 | 295.91 | 0.52 | 0.67 |
| Hex | D0 | 7E | D6 | 3 | 29 | 0 | 10 | 128 | 34 | 43 |
| Octal | 320 | 176 | 326 | 3 | 51 | 0 | 20 | 450 | 64 | 103 |
| Binary | 11010000 | 1111110 | 11010110 | 11 | 101001 | 0 | 10000 | 100101000 | 110100 | 1000011 |
Color Harmonies of #D07ED6
Complementary color
Monochromatic Colors of #D07ED6
Black with #D07ED6
Text Example
Text Example
White with #D07ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ED6; }
p { color: rgb(208,126,214); }
H1.HeaderClassName
{
color: #D07ED6;
}
.AnyTagClassName
{
color: #D07ED6;
}
</style>
background-color css
<style>
a { background-color: #D07ED6; }
a { background-color: rgb(208,126,214); }
div.DivClassName
{
background-color: #D07ED6;
}
.BgClassName
{
background-color: #D07ED6;
}
</style>
border-color css
<style>
span { border-color: #D07ED6; }
span { border-color: rgb(208,126,214); }
td.TdClassName
{
border-color: #D07ED6;
}
.TagClassName
{
border-color: #D07ED6;
}
</style>