Shades of Orchid #D072BE
Tints of Orchid #D072BE
RGB
CMYK
RGB Variations
Color information
#D072BE (or 0xD072BE) is known color: Orchid. HEX triplet: D0, 72 and BE. RGB value is (208,114,190). Sum of RGB (Red+Green+Blue) = 208+114+190=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D072BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072BE is #2F8D41. Grayscale: #969696. Windows color (decimal): -3116354 or 12481232. OLE color: 12481232.
HSL color Cylindrical-coordinate representation of color #D072BE: hue angle of 311.49º 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 #D072BE is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 190 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.18 |
| HSL | 311.49º | 0.5% | 0.63% | - |
| HSV(B) | 311.49º | 0.45% | 0.82% | - |
| XYZ | 41.32 | 29.16 | 52.17 | - |
| YUV | 150.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 190 | 0 | 0.45 | 0.09 | 0.18 | 311.49 | 0.5 | 0.63 |
| Hex | D0 | 72 | BE | 0 | 2D | 9 | 12 | 137 | 32 | 3F |
| Octal | 320 | 162 | 276 | 0 | 55 | 11 | 22 | 467 | 62 | 77 |
| Binary | 11010000 | 1110010 | 10111110 | 0 | 101101 | 1001 | 10010 | 100110111 | 110010 | 111111 |
Color Harmonies of #D072BE
Complementary color
Monochromatic Colors of #D072BE
Black with #D072BE
Text Example
Text Example
White with #D072BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072BE; }
p { color: rgb(208,114,190); }
H1.HeaderClassName
{
color: #D072BE;
}
.AnyTagClassName
{
color: #D072BE;
}
</style>
background-color css
<style>
a { background-color: #D072BE; }
a { background-color: rgb(208,114,190); }
div.DivClassName
{
background-color: #D072BE;
}
.BgClassName
{
background-color: #D072BE;
}
</style>
border-color css
<style>
span { border-color: #D072BE; }
span { border-color: rgb(208,114,190); }
td.TdClassName
{
border-color: #D072BE;
}
.TagClassName
{
border-color: #D072BE;
}
</style>