Shades of Orchid #D070D4
Tints of Orchid #D070D4
RGB
CMYK
RGB Variations
Color information
#D070D4 (or 0xD070D4) is known color: Orchid. HEX triplet: D0, 70 and D4. RGB value is (208,112,212). Sum of RGB (Red+Green+Blue) = 208+112+212=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 212 - color contains mainly: blue. Hex color #D070D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070D4 is #2F8F2B. Grayscale: #979797. Windows color (decimal): -3116844 or 13922512. OLE color: 13922512.
HSL color Cylindrical-coordinate representation of color #D070D4: hue angle of 297.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D070D4 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 112 | 212 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.17 |
| HSL | 297.6º | 0.54% | 0.64% | - |
| HSV(B) | 297.6º | 0.47% | 0.83% | - |
| XYZ | 43.69 | 29.75 | 65.73 | - |
| YUV | 152.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 212 | 0.02 | 0.47 | 0 | 0.17 | 297.6 | 0.54 | 0.64 |
| Hex | D0 | 70 | D4 | 2 | 2F | 0 | 11 | 12A | 36 | 40 |
| Octal | 320 | 160 | 324 | 2 | 57 | 0 | 21 | 452 | 66 | 100 |
| Binary | 11010000 | 1110000 | 11010100 | 10 | 101111 | 0 | 10001 | 100101010 | 110110 | 1000000 |
Color Harmonies of #D070D4
Complementary color
Monochromatic Colors of #D070D4
Black with #D070D4
Text Example
Text Example
White with #D070D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070D4; }
p { color: rgb(208,112,212); }
H1.HeaderClassName
{
color: #D070D4;
}
.AnyTagClassName
{
color: #D070D4;
}
</style>
background-color css
<style>
a { background-color: #D070D4; }
a { background-color: rgb(208,112,212); }
div.DivClassName
{
background-color: #D070D4;
}
.BgClassName
{
background-color: #D070D4;
}
</style>
border-color css
<style>
span { border-color: #D070D4; }
span { border-color: rgb(208,112,212); }
td.TdClassName
{
border-color: #D070D4;
}
.TagClassName
{
border-color: #D070D4;
}
</style>