Shades of Orchid #D072B7
Tints of Orchid #D072B7
RGB
CMYK
RGB Variations
Color information
#D072B7 (or 0xD072B7) is known color: Orchid. HEX triplet: D0, 72 and B7. RGB value is (208,114,183). Sum of RGB (Red+Green+Blue) = 208+114+183=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D072B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072B7 is #2F8D48. Grayscale: #959595. Windows color (decimal): -3116361 or 12022480. OLE color: 12022480.
HSL color Cylindrical-coordinate representation of color #D072B7: hue angle of 315.96º degrees, saturation: 0.5, 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 #D072B7 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 183 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.18 |
| HSL | 315.96º | 0.5% | 0.63% | - |
| HSV(B) | 315.96º | 0.45% | 0.82% | - |
| XYZ | 40.58 | 28.86 | 48.23 | - |
| YUV | 149.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 183 | 0 | 0.45 | 0.12 | 0.18 | 315.96 | 0.5 | 0.63 |
| Hex | D0 | 72 | B7 | 0 | 2D | C | 12 | 13C | 32 | 3F |
| Octal | 320 | 162 | 267 | 0 | 55 | 14 | 22 | 474 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10110111 | 0 | 101101 | 1100 | 10010 | 100111100 | 110010 | 111111 |
Color Harmonies of #D072B7
Complementary color
Monochromatic Colors of #D072B7
Black with #D072B7
Text Example
Text Example
White with #D072B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072B7; }
p { color: rgb(208,114,183); }
H1.HeaderClassName
{
color: #D072B7;
}
.AnyTagClassName
{
color: #D072B7;
}
</style>
background-color css
<style>
a { background-color: #D072B7; }
a { background-color: rgb(208,114,183); }
div.DivClassName
{
background-color: #D072B7;
}
.BgClassName
{
background-color: #D072B7;
}
</style>
border-color css
<style>
span { border-color: #D072B7; }
span { border-color: rgb(208,114,183); }
td.TdClassName
{
border-color: #D072B7;
}
.TagClassName
{
border-color: #D072B7;
}
</style>