Shades of Orchid #D071B8
Tints of Orchid #D071B8
RGB
CMYK
RGB Variations
Color information
#D071B8 (or 0xD071B8) is known color: Orchid. HEX triplet: D0, 71 and B8. RGB value is (208,113,184). Sum of RGB (Red+Green+Blue) = 208+113+184=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D071B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071B8 is #2F8E47. Grayscale: #959595. Windows color (decimal): -3116616 or 12087760. OLE color: 12087760.
HSL color Cylindrical-coordinate representation of color #D071B8: hue angle of 315.16º 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 #D071B8 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 184 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.18 |
| HSL | 315.16º | 0.5% | 0.63% | - |
| HSV(B) | 315.16º | 0.46% | 0.82% | - |
| XYZ | 40.57 | 28.68 | 48.75 | - |
| YUV | 149.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 184 | 0 | 0.46 | 0.12 | 0.18 | 315.16 | 0.5 | 0.63 |
| Hex | D0 | 71 | B8 | 0 | 2E | C | 12 | 13B | 32 | 3F |
| Octal | 320 | 161 | 270 | 0 | 56 | 14 | 22 | 473 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10111000 | 0 | 101110 | 1100 | 10010 | 100111011 | 110010 | 111111 |
Color Harmonies of #D071B8
Complementary color
Monochromatic Colors of #D071B8
Black with #D071B8
Text Example
Text Example
White with #D071B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D071B8; }
p { color: rgb(208,113,184); }
H1.HeaderClassName
{
color: #D071B8;
}
.AnyTagClassName
{
color: #D071B8;
}
</style>
background-color css
<style>
a { background-color: #D071B8; }
a { background-color: rgb(208,113,184); }
div.DivClassName
{
background-color: #D071B8;
}
.BgClassName
{
background-color: #D071B8;
}
</style>
border-color css
<style>
span { border-color: #D071B8; }
span { border-color: rgb(208,113,184); }
td.TdClassName
{
border-color: #D071B8;
}
.TagClassName
{
border-color: #D071B8;
}
</style>