Shades of Orchid #D072D5
Tints of Orchid #D072D5
RGB
CMYK
RGB Variations
Color information
#D072D5 (or 0xD072D5) is known color: Orchid. HEX triplet: D0, 72 and D5. RGB value is (208,114,213). Sum of RGB (Red+Green+Blue) = 208+114+213=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #D072D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072D5 is #2F8D2A. Grayscale: #999999. Windows color (decimal): -3116331 or 13988560. OLE color: 13988560.
HSL color Cylindrical-coordinate representation of color #D072D5: hue angle of 296.97º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D072D5 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 114 | 213 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.16 |
| HSL | 296.97º | 0.54% | 0.64% | - |
| HSV(B) | 296.97º | 0.46% | 0.84% | - |
| XYZ | 44.04 | 30.25 | 66.47 | - |
| YUV | 153.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 213 | 0.02 | 0.46 | 0 | 0.16 | 296.97 | 0.54 | 0.64 |
| Hex | D0 | 72 | D5 | 2 | 2E | 0 | 10 | 129 | 36 | 40 |
| Octal | 320 | 162 | 325 | 2 | 56 | 0 | 20 | 451 | 66 | 100 |
| Binary | 11010000 | 1110010 | 11010101 | 10 | 101110 | 0 | 10000 | 100101001 | 110110 | 1000000 |
Color Harmonies of #D072D5
Complementary color
Monochromatic Colors of #D072D5
Black with #D072D5
Text Example
Text Example
White with #D072D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072D5; }
p { color: rgb(208,114,213); }
H1.HeaderClassName
{
color: #D072D5;
}
.AnyTagClassName
{
color: #D072D5;
}
</style>
background-color css
<style>
a { background-color: #D072D5; }
a { background-color: rgb(208,114,213); }
div.DivClassName
{
background-color: #D072D5;
}
.BgClassName
{
background-color: #D072D5;
}
</style>
border-color css
<style>
span { border-color: #D072D5; }
span { border-color: rgb(208,114,213); }
td.TdClassName
{
border-color: #D072D5;
}
.TagClassName
{
border-color: #D072D5;
}
</style>