Shades of Orchid #D071BE
Tints of Orchid #D071BE
RGB
CMYK
RGB Variations
Color information
#D071BE (or 0xD071BE) is known color: Orchid. HEX triplet: D0, 71 and BE. RGB value is (208,113,190). Sum of RGB (Red+Green+Blue) = 208+113+190=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D071BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071BE is #2F8E41. Grayscale: #959595. Windows color (decimal): -3116610 or 12480976. OLE color: 12480976.
HSL color Cylindrical-coordinate representation of color #D071BE: hue angle of 311.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D071BE is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 190 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.18 |
| HSL | 311.37º | 0.5% | 0.63% | - |
| HSV(B) | 311.37º | 0.46% | 0.82% | - |
| XYZ | 41.21 | 28.94 | 52.13 | - |
| YUV | 150.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 190 | 0 | 0.46 | 0.09 | 0.18 | 311.37 | 0.5 | 0.63 |
| Hex | D0 | 71 | BE | 0 | 2E | 9 | 12 | 137 | 32 | 3F |
| Octal | 320 | 161 | 276 | 0 | 56 | 11 | 22 | 467 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10111110 | 0 | 101110 | 1001 | 10010 | 100110111 | 110010 | 111111 |
Color Harmonies of #D071BE
Complementary color
Monochromatic Colors of #D071BE
Black with #D071BE
Text Example
Text Example
White with #D071BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D071BE; }
p { color: rgb(208,113,190); }
H1.HeaderClassName
{
color: #D071BE;
}
.AnyTagClassName
{
color: #D071BE;
}
</style>
background-color css
<style>
a { background-color: #D071BE; }
a { background-color: rgb(208,113,190); }
div.DivClassName
{
background-color: #D071BE;
}
.BgClassName
{
background-color: #D071BE;
}
</style>
border-color css
<style>
span { border-color: #D071BE; }
span { border-color: rgb(208,113,190); }
td.TdClassName
{
border-color: #D071BE;
}
.TagClassName
{
border-color: #D071BE;
}
</style>