Shades of Orchid #D970DF
Tints of Orchid #D970DF
RGB
CMYK
RGB Variations
Color information
#D970DF (or 0xD970DF) is known color: Orchid. HEX triplet: D9, 70 and DF. RGB value is (217,112,223). Sum of RGB (Red+Green+Blue) = 217+112+223=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #D970DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970DF is #268F20. Grayscale: #9B9B9B. Windows color (decimal): -2527009 or 14643417. OLE color: 14643417.
HSL color Cylindrical-coordinate representation of color #D970DF: hue angle of 296.76º 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 #D970DF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 112 | 223 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.13 |
| HSL | 296.76º | 0.63% | 0.66% | - |
| HSV(B) | 296.76º | 0.5% | 0.87% | - |
| XYZ | 47.73 | 31.67 | 73.41 | - |
| YUV | 156.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 223 | 0.03 | 0.50 | 0 | 0.13 | 296.76 | 0.63 | 0.66 |
| Hex | D9 | 70 | DF | 3 | 32 | 0 | D | 129 | 3F | 42 |
| Octal | 331 | 160 | 337 | 3 | 62 | 0 | 15 | 451 | 77 | 102 |
| Binary | 11011001 | 1110000 | 11011111 | 11 | 110010 | 0 | 1101 | 100101001 | 111111 | 1000010 |
Color Harmonies of #D970DF
Complementary color
Monochromatic Colors of #D970DF
Black with #D970DF
Text Example
Text Example
White with #D970DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970DF; }
p { color: rgb(217,112,223); }
H1.HeaderClassName
{
color: #D970DF;
}
.AnyTagClassName
{
color: #D970DF;
}
</style>
background-color css
<style>
a { background-color: #D970DF; }
a { background-color: rgb(217,112,223); }
div.DivClassName
{
background-color: #D970DF;
}
.BgClassName
{
background-color: #D970DF;
}
</style>
border-color css
<style>
span { border-color: #D970DF; }
span { border-color: rgb(217,112,223); }
td.TdClassName
{
border-color: #D970DF;
}
.TagClassName
{
border-color: #D970DF;
}
</style>