Shades of Orchid #D070D0
Tints of Orchid #D070D0
RGB
CMYK
RGB Variations
Color information
#D070D0 (or 0xD070D0) is known color: Orchid. HEX triplet: D0, 70 and D0. RGB value is (208,112,208). Sum of RGB (Red+Green+Blue) = 208+112+208=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D070D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070D0 is #2F8F2F. Grayscale: #979797. Windows color (decimal): -3116848 or 13660368. OLE color: 13660368.
HSL color Cylindrical-coordinate representation of color #D070D0: hue angle of 300º 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 #D070D0 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 208 | - |
| CMYK | 0 | 0.46 | 0 | 0.18 |
| HSL | 300º | 0.51% | 0.63% | - |
| HSV(B) | 300º | 0.46% | 0.82% | - |
| XYZ | 43.19 | 29.55 | 63.1 | - |
| YUV | 151.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 208 | 0 | 0.46 | 0 | 0.18 | 300 | 0.51 | 0.63 |
| Hex | D0 | 70 | D0 | 0 | 2E | 0 | 12 | 12C | 33 | 3F |
| Octal | 320 | 160 | 320 | 0 | 56 | 0 | 22 | 454 | 63 | 77 |
| Binary | 11010000 | 1110000 | 11010000 | 0 | 101110 | 0 | 10010 | 100101100 | 110011 | 111111 |
Color Harmonies of #D070D0
Complementary color
Monochromatic Colors of #D070D0
Black with #D070D0
Text Example
Text Example
White with #D070D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070D0; }
p { color: rgb(208,112,208); }
H1.HeaderClassName
{
color: #D070D0;
}
.AnyTagClassName
{
color: #D070D0;
}
</style>
background-color css
<style>
a { background-color: #D070D0; }
a { background-color: rgb(208,112,208); }
div.DivClassName
{
background-color: #D070D0;
}
.BgClassName
{
background-color: #D070D0;
}
</style>
border-color css
<style>
span { border-color: #D070D0; }
span { border-color: rgb(208,112,208); }
td.TdClassName
{
border-color: #D070D0;
}
.TagClassName
{
border-color: #D070D0;
}
</style>