Shades of Orchid #D072BD
Tints of Orchid #D072BD
RGB
CMYK
RGB Variations
Color information
#D072BD (or 0xD072BD) is known color: Orchid. HEX triplet: D0, 72 and BD. RGB value is (208,114,189). Sum of RGB (Red+Green+Blue) = 208+114+189=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D072BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072BD is #2F8D42. Grayscale: #969696. Windows color (decimal): -3116355 or 12415696. OLE color: 12415696.
HSL color Cylindrical-coordinate representation of color #D072BD: hue angle of 312.13º 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 #D072BD is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 189 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.18 |
| HSL | 312.13º | 0.5% | 0.63% | - |
| HSV(B) | 312.13º | 0.45% | 0.82% | - |
| XYZ | 41.22 | 29.12 | 51.59 | - |
| YUV | 150.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 189 | 0 | 0.45 | 0.09 | 0.18 | 312.13 | 0.5 | 0.63 |
| Hex | D0 | 72 | BD | 0 | 2D | 9 | 12 | 138 | 32 | 3F |
| Octal | 320 | 162 | 275 | 0 | 55 | 11 | 22 | 470 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10111101 | 0 | 101101 | 1001 | 10010 | 100111000 | 110010 | 111111 |
Color Harmonies of #D072BD
Complementary color
Monochromatic Colors of #D072BD
Black with #D072BD
Text Example
Text Example
White with #D072BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072BD; }
p { color: rgb(208,114,189); }
H1.HeaderClassName
{
color: #D072BD;
}
.AnyTagClassName
{
color: #D072BD;
}
</style>
background-color css
<style>
a { background-color: #D072BD; }
a { background-color: rgb(208,114,189); }
div.DivClassName
{
background-color: #D072BD;
}
.BgClassName
{
background-color: #D072BD;
}
</style>
border-color css
<style>
span { border-color: #D072BD; }
span { border-color: rgb(208,114,189); }
td.TdClassName
{
border-color: #D072BD;
}
.TagClassName
{
border-color: #D072BD;
}
</style>