Shades of Orchid #D870D3
Tints of Orchid #D870D3
RGB
CMYK
RGB Variations
Color information
#D870D3 (or 0xD870D3) is known color: Orchid. HEX triplet: D8, 70 and D3. RGB value is (216,112,211). Sum of RGB (Red+Green+Blue) = 216+112+211=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D870D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870D3 is #278F2C. Grayscale: #9A9A9A. Windows color (decimal): -2592557 or 13856984. OLE color: 13856984.
HSL color Cylindrical-coordinate representation of color #D870D3: hue angle of 302.88º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870D3 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 211 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.15 |
| HSL | 302.88º | 0.57% | 0.64% | - |
| HSV(B) | 302.88º | 0.48% | 0.85% | - |
| XYZ | 45.87 | 30.89 | 65.17 | - |
| YUV | 154.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 211 | 0 | 0.48 | 0.02 | 0.15 | 302.88 | 0.57 | 0.64 |
| Hex | D8 | 70 | D3 | 0 | 30 | 2 | F | 12F | 39 | 40 |
| Octal | 330 | 160 | 323 | 0 | 60 | 2 | 17 | 457 | 71 | 100 |
| Binary | 11011000 | 1110000 | 11010011 | 0 | 110000 | 10 | 1111 | 100101111 | 111001 | 1000000 |
Color Harmonies of #D870D3
Complementary color
Monochromatic Colors of #D870D3
Black with #D870D3
Text Example
Text Example
White with #D870D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D870D3; }
p { color: rgb(216,112,211); }
H1.HeaderClassName
{
color: #D870D3;
}
.AnyTagClassName
{
color: #D870D3;
}
</style>
background-color css
<style>
a { background-color: #D870D3; }
a { background-color: rgb(216,112,211); }
div.DivClassName
{
background-color: #D870D3;
}
.BgClassName
{
background-color: #D870D3;
}
</style>
border-color css
<style>
span { border-color: #D870D3; }
span { border-color: rgb(216,112,211); }
td.TdClassName
{
border-color: #D870D3;
}
.TagClassName
{
border-color: #D870D3;
}
</style>