Shades of Orchid #D070D1
Tints of Orchid #D070D1
RGB
CMYK
RGB Variations
Color information
#D070D1 (or 0xD070D1) is known color: Orchid. HEX triplet: D0, 70 and D1. RGB value is (208,112,209). Sum of RGB (Red+Green+Blue) = 208+112+209=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #D070D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070D1 is #2F8F2E. Grayscale: #979797. Windows color (decimal): -3116847 or 13725904. OLE color: 13725904.
HSL color Cylindrical-coordinate representation of color #D070D1: hue angle of 299.38º 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 #D070D1 is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 209 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.18 |
| HSL | 299.38º | 0.51% | 0.63% | - |
| HSV(B) | 299.38º | 0.46% | 0.82% | - |
| XYZ | 43.32 | 29.6 | 63.75 | - |
| YUV | 151.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 209 | 0.00 | 0.46 | 0 | 0.18 | 299.38 | 0.51 | 0.63 |
| Hex | D0 | 70 | D1 | 0 | 2E | 0 | 12 | 12B | 33 | 3F |
| Octal | 320 | 160 | 321 | 0 | 56 | 0 | 22 | 453 | 63 | 77 |
| Binary | 11010000 | 1110000 | 11010001 | 0 | 101110 | 0 | 10010 | 100101011 | 110011 | 111111 |
Color Harmonies of #D070D1
Complementary color
Monochromatic Colors of #D070D1
Black with #D070D1
Text Example
Text Example
White with #D070D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070D1; }
p { color: rgb(208,112,209); }
H1.HeaderClassName
{
color: #D070D1;
}
.AnyTagClassName
{
color: #D070D1;
}
</style>
background-color css
<style>
a { background-color: #D070D1; }
a { background-color: rgb(208,112,209); }
div.DivClassName
{
background-color: #D070D1;
}
.BgClassName
{
background-color: #D070D1;
}
</style>
border-color css
<style>
span { border-color: #D070D1; }
span { border-color: rgb(208,112,209); }
td.TdClassName
{
border-color: #D070D1;
}
.TagClassName
{
border-color: #D070D1;
}
</style>