Shades of Orchid #D070BF
Tints of Orchid #D070BF
RGB
CMYK
RGB Variations
Color information
#D070BF (or 0xD070BF) is known color: Orchid. HEX triplet: D0, 70 and BF. RGB value is (208,112,191). Sum of RGB (Red+Green+Blue) = 208+112+191=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D070BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070BF is #2F8F40. Grayscale: #959595. Windows color (decimal): -3116865 or 12546256. OLE color: 12546256.
HSL color Cylindrical-coordinate representation of color #D070BF: hue angle of 310.62º degrees, saturation: 0.51, 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 #D070BF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 191 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.18 |
| HSL | 310.63º | 0.51% | 0.63% | - |
| HSV(B) | 310.63º | 0.46% | 0.82% | - |
| XYZ | 41.21 | 28.76 | 52.67 | - |
| YUV | 149.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 191 | 0 | 0.46 | 0.08 | 0.18 | 310.63 | 0.51 | 0.63 |
| Hex | D0 | 70 | BF | 0 | 2E | 8 | 12 | 137 | 33 | 3F |
| Octal | 320 | 160 | 277 | 0 | 56 | 10 | 22 | 467 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10111111 | 0 | 101110 | 1000 | 10010 | 100110111 | 110011 | 111111 |
Color Harmonies of #D070BF
Complementary color
Monochromatic Colors of #D070BF
Black with #D070BF
Text Example
Text Example
White with #D070BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070BF; }
p { color: rgb(208,112,191); }
H1.HeaderClassName
{
color: #D070BF;
}
.AnyTagClassName
{
color: #D070BF;
}
</style>
background-color css
<style>
a { background-color: #D070BF; }
a { background-color: rgb(208,112,191); }
div.DivClassName
{
background-color: #D070BF;
}
.BgClassName
{
background-color: #D070BF;
}
</style>
border-color css
<style>
span { border-color: #D070BF; }
span { border-color: rgb(208,112,191); }
td.TdClassName
{
border-color: #D070BF;
}
.TagClassName
{
border-color: #D070BF;
}
</style>