Shades of Orchid #D073DD
Tints of Orchid #D073DD
RGB
CMYK
RGB Variations
Color information
#D073DD (or 0xD073DD) is known color: Orchid. HEX triplet: D0, 73 and DD. RGB value is (208,115,221). Sum of RGB (Red+Green+Blue) = 208+115+221=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #D073DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073DD is #2F8C22. Grayscale: #9A9A9A. Windows color (decimal): -3116067 or 14513104. OLE color: 14513104.
HSL color Cylindrical-coordinate representation of color #D073DD: hue angle of 292.64º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D073DD is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 115 | 221 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.13 |
| HSL | 292.64º | 0.61% | 0.66% | - |
| HSV(B) | 292.64º | 0.48% | 0.87% | - |
| XYZ | 45.19 | 30.89 | 71.99 | - |
| YUV | 154.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 221 | 0.06 | 0.48 | 0 | 0.13 | 292.64 | 0.61 | 0.66 |
| Hex | D0 | 73 | DD | 6 | 30 | 0 | D | 125 | 3D | 42 |
| Octal | 320 | 163 | 335 | 6 | 60 | 0 | 15 | 445 | 75 | 102 |
| Binary | 11010000 | 1110011 | 11011101 | 110 | 110000 | 0 | 1101 | 100100101 | 111101 | 1000010 |
Color Harmonies of #D073DD
Complementary color
Monochromatic Colors of #D073DD
Black with #D073DD
Text Example
Text Example
White with #D073DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073DD; }
p { color: rgb(208,115,221); }
H1.HeaderClassName
{
color: #D073DD;
}
.AnyTagClassName
{
color: #D073DD;
}
</style>
background-color css
<style>
a { background-color: #D073DD; }
a { background-color: rgb(208,115,221); }
div.DivClassName
{
background-color: #D073DD;
}
.BgClassName
{
background-color: #D073DD;
}
</style>
border-color css
<style>
span { border-color: #D073DD; }
span { border-color: rgb(208,115,221); }
td.TdClassName
{
border-color: #D073DD;
}
.TagClassName
{
border-color: #D073DD;
}
</style>