Shades of Orchid #D970DE
Tints of Orchid #D970DE
RGB
CMYK
RGB Variations
Color information
#D970DE (or 0xD970DE) is known color: Orchid. HEX triplet: D9, 70 and DE. RGB value is (217,112,222). Sum of RGB (Red+Green+Blue) = 217+112+222=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #D970DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970DE is #268F21. Grayscale: #9B9B9B. Windows color (decimal): -2527010 or 14577881. OLE color: 14577881.
HSL color Cylindrical-coordinate representation of color #D970DE: hue angle of 297.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D970DE is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 112 | 222 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.13 |
| HSL | 297.27º | 0.63% | 0.65% | - |
| HSV(B) | 297.27º | 0.5% | 0.87% | - |
| XYZ | 47.59 | 31.61 | 72.7 | - |
| YUV | 155.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 222 | 0.02 | 0.50 | 0 | 0.13 | 297.27 | 0.63 | 0.65 |
| Hex | D9 | 70 | DE | 2 | 32 | 0 | D | 129 | 3E | 41 |
| Octal | 331 | 160 | 336 | 2 | 62 | 0 | 15 | 451 | 76 | 101 |
| Binary | 11011001 | 1110000 | 11011110 | 10 | 110010 | 0 | 1101 | 100101001 | 111110 | 1000001 |
Color Harmonies of #D970DE
Complementary color
Monochromatic Colors of #D970DE
Black with #D970DE
Text Example
Text Example
White with #D970DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970DE; }
p { color: rgb(217,112,222); }
H1.HeaderClassName
{
color: #D970DE;
}
.AnyTagClassName
{
color: #D970DE;
}
</style>
background-color css
<style>
a { background-color: #D970DE; }
a { background-color: rgb(217,112,222); }
div.DivClassName
{
background-color: #D970DE;
}
.BgClassName
{
background-color: #D970DE;
}
</style>
border-color css
<style>
span { border-color: #D970DE; }
span { border-color: rgb(217,112,222); }
td.TdClassName
{
border-color: #D970DE;
}
.TagClassName
{
border-color: #D970DE;
}
</style>