Shades of Orchid #D070DF
Tints of Orchid #D070DF
RGB
CMYK
RGB Variations
Color information
#D070DF (or 0xD070DF) is known color: Orchid. HEX triplet: D0, 70 and DF. RGB value is (208,112,223). Sum of RGB (Red+Green+Blue) = 208+112+223=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D070DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070DF is #2F8F20. Grayscale: #999999. Windows color (decimal): -3116833 or 14643408. OLE color: 14643408.
HSL color Cylindrical-coordinate representation of color #D070DF: hue angle of 291.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D070DF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 112 | 223 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.13 |
| HSL | 291.89º | 0.63% | 0.66% | - |
| HSV(B) | 291.89º | 0.5% | 0.87% | - |
| XYZ | 45.13 | 30.33 | 73.29 | - |
| YUV | 153.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 223 | 0.07 | 0.50 | 0 | 0.13 | 291.89 | 0.63 | 0.66 |
| Hex | D0 | 70 | DF | 7 | 32 | 0 | D | 124 | 3F | 42 |
| Octal | 320 | 160 | 337 | 7 | 62 | 0 | 15 | 444 | 77 | 102 |
| Binary | 11010000 | 1110000 | 11011111 | 111 | 110010 | 0 | 1101 | 100100100 | 111111 | 1000010 |
Color Harmonies of #D070DF
Complementary color
Monochromatic Colors of #D070DF
Black with #D070DF
Text Example
Text Example
White with #D070DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070DF; }
p { color: rgb(208,112,223); }
H1.HeaderClassName
{
color: #D070DF;
}
.AnyTagClassName
{
color: #D070DF;
}
</style>
background-color css
<style>
a { background-color: #D070DF; }
a { background-color: rgb(208,112,223); }
div.DivClassName
{
background-color: #D070DF;
}
.BgClassName
{
background-color: #D070DF;
}
</style>
border-color css
<style>
span { border-color: #D070DF; }
span { border-color: rgb(208,112,223); }
td.TdClassName
{
border-color: #D070DF;
}
.TagClassName
{
border-color: #D070DF;
}
</style>