Shades of Orchid #D072C0
Tints of Orchid #D072C0
RGB
CMYK
RGB Variations
Color information
#D072C0 (or 0xD072C0) is known color: Orchid. HEX triplet: D0, 72 and C0. RGB value is (208,114,192). Sum of RGB (Red+Green+Blue) = 208+114+192=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D072C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072C0 is #2F8D3F. Grayscale: #969696. Windows color (decimal): -3116352 or 12612304. OLE color: 12612304.
HSL color Cylindrical-coordinate representation of color #D072C0: hue angle of 310.21º 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 #D072C0 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 192 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.18 |
| HSL | 310.21º | 0.5% | 0.63% | - |
| HSV(B) | 310.21º | 0.45% | 0.82% | - |
| XYZ | 41.54 | 29.25 | 53.33 | - |
| YUV | 151 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 192 | 0 | 0.45 | 0.08 | 0.18 | 310.21 | 0.5 | 0.63 |
| Hex | D0 | 72 | C0 | 0 | 2D | 8 | 12 | 136 | 32 | 3F |
| Octal | 320 | 162 | 300 | 0 | 55 | 10 | 22 | 466 | 62 | 77 |
| Binary | 11010000 | 1110010 | 11000000 | 0 | 101101 | 1000 | 10010 | 100110110 | 110010 | 111111 |
Color Harmonies of #D072C0
Complementary color
Monochromatic Colors of #D072C0
Black with #D072C0
Text Example
Text Example
White with #D072C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072C0; }
p { color: rgb(208,114,192); }
H1.HeaderClassName
{
color: #D072C0;
}
.AnyTagClassName
{
color: #D072C0;
}
</style>
background-color css
<style>
a { background-color: #D072C0; }
a { background-color: rgb(208,114,192); }
div.DivClassName
{
background-color: #D072C0;
}
.BgClassName
{
background-color: #D072C0;
}
</style>
border-color css
<style>
span { border-color: #D072C0; }
span { border-color: rgb(208,114,192); }
td.TdClassName
{
border-color: #D072C0;
}
.TagClassName
{
border-color: #D072C0;
}
</style>