Shades of Orchid #D072B6
Tints of Orchid #D072B6
RGB
CMYK
RGB Variations
Color information
#D072B6 (or 0xD072B6) is known color: Orchid. HEX triplet: D0, 72 and B6. RGB value is (208,114,182). Sum of RGB (Red+Green+Blue) = 208+114+182=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D072B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072B6 is #2F8D49. Grayscale: #959595. Windows color (decimal): -3116362 or 11956944. OLE color: 11956944.
HSL color Cylindrical-coordinate representation of color #D072B6: hue angle of 316.6º 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 #D072B6 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 182 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.18 |
| HSL | 316.6º | 0.5% | 0.63% | - |
| HSV(B) | 316.6º | 0.45% | 0.82% | - |
| XYZ | 40.47 | 28.82 | 47.69 | - |
| YUV | 149.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 182 | 0 | 0.45 | 0.12 | 0.18 | 316.6 | 0.5 | 0.63 |
| Hex | D0 | 72 | B6 | 0 | 2D | C | 12 | 13D | 32 | 3F |
| Octal | 320 | 162 | 266 | 0 | 55 | 14 | 22 | 475 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10110110 | 0 | 101101 | 1100 | 10010 | 100111101 | 110010 | 111111 |
Color Harmonies of #D072B6
Complementary color
Monochromatic Colors of #D072B6
Black with #D072B6
Text Example
Text Example
White with #D072B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072B6; }
p { color: rgb(208,114,182); }
H1.HeaderClassName
{
color: #D072B6;
}
.AnyTagClassName
{
color: #D072B6;
}
</style>
background-color css
<style>
a { background-color: #D072B6; }
a { background-color: rgb(208,114,182); }
div.DivClassName
{
background-color: #D072B6;
}
.BgClassName
{
background-color: #D072B6;
}
</style>
border-color css
<style>
span { border-color: #D072B6; }
span { border-color: rgb(208,114,182); }
td.TdClassName
{
border-color: #D072B6;
}
.TagClassName
{
border-color: #D072B6;
}
</style>