Shades of Orchid #D07AD8
Tints of Orchid #D07AD8
RGB
CMYK
RGB Variations
Color information
#D07AD8 (or 0xD07AD8) is known color: Orchid. HEX triplet: D0, 7A and D8. RGB value is (208,122,216). Sum of RGB (Red+Green+Blue) = 208+122+216=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #D07AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AD8 is #2F8527. Grayscale: #9E9E9E. Windows color (decimal): -3114280 or 14187216. OLE color: 14187216.
HSL color Cylindrical-coordinate representation of color #D07AD8: hue angle of 294.89º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07AD8 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 122 | 216 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.15 |
| HSL | 294.89º | 0.55% | 0.66% | - |
| HSV(B) | 294.89º | 0.44% | 0.85% | - |
| XYZ | 45.37 | 32.29 | 68.81 | - |
| YUV | 158.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 216 | 0.04 | 0.44 | 0 | 0.15 | 294.89 | 0.55 | 0.66 |
| Hex | D0 | 7A | D8 | 4 | 2C | 0 | F | 127 | 37 | 42 |
| Octal | 320 | 172 | 330 | 4 | 54 | 0 | 17 | 447 | 67 | 102 |
| Binary | 11010000 | 1111010 | 11011000 | 100 | 101100 | 0 | 1111 | 100100111 | 110111 | 1000010 |
Color Harmonies of #D07AD8
Complementary color
Monochromatic Colors of #D07AD8
Black with #D07AD8
Text Example
Text Example
White with #D07AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07AD8; }
p { color: rgb(208,122,216); }
H1.HeaderClassName
{
color: #D07AD8;
}
.AnyTagClassName
{
color: #D07AD8;
}
</style>
background-color css
<style>
a { background-color: #D07AD8; }
a { background-color: rgb(208,122,216); }
div.DivClassName
{
background-color: #D07AD8;
}
.BgClassName
{
background-color: #D07AD8;
}
</style>
border-color css
<style>
span { border-color: #D07AD8; }
span { border-color: rgb(208,122,216); }
td.TdClassName
{
border-color: #D07AD8;
}
.TagClassName
{
border-color: #D07AD8;
}
</style>