Shades of Orchid #D072D1
Tints of Orchid #D072D1
RGB
CMYK
RGB Variations
Color information
#D072D1 (or 0xD072D1) is known color: Orchid. HEX triplet: D0, 72 and D1. RGB value is (208,114,209). Sum of RGB (Red+Green+Blue) = 208+114+209=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #D072D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072D1 is #2F8D2E. Grayscale: #989898. Windows color (decimal): -3116335 or 13726416. OLE color: 13726416.
HSL color Cylindrical-coordinate representation of color #D072D1: hue angle of 299.37º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D072D1 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 209 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.18 |
| HSL | 299.37º | 0.51% | 0.63% | - |
| HSV(B) | 299.37º | 0.45% | 0.82% | - |
| XYZ | 43.54 | 30.05 | 63.83 | - |
| YUV | 152.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 209 | 0.00 | 0.45 | 0 | 0.18 | 299.37 | 0.51 | 0.63 |
| Hex | D0 | 72 | D1 | 0 | 2D | 0 | 12 | 12B | 33 | 3F |
| Octal | 320 | 162 | 321 | 0 | 55 | 0 | 22 | 453 | 63 | 77 |
| Binary | 11010000 | 1110010 | 11010001 | 0 | 101101 | 0 | 10010 | 100101011 | 110011 | 111111 |
Color Harmonies of #D072D1
Complementary color
Monochromatic Colors of #D072D1
Black with #D072D1
Text Example
Text Example
White with #D072D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072D1; }
p { color: rgb(208,114,209); }
H1.HeaderClassName
{
color: #D072D1;
}
.AnyTagClassName
{
color: #D072D1;
}
</style>
background-color css
<style>
a { background-color: #D072D1; }
a { background-color: rgb(208,114,209); }
div.DivClassName
{
background-color: #D072D1;
}
.BgClassName
{
background-color: #D072D1;
}
</style>
border-color css
<style>
span { border-color: #D072D1; }
span { border-color: rgb(208,114,209); }
td.TdClassName
{
border-color: #D072D1;
}
.TagClassName
{
border-color: #D072D1;
}
</style>