Shades of Orchid #D970E1
Tints of Orchid #D970E1
RGB
CMYK
RGB Variations
Color information
#D970E1 (or 0xD970E1) is known color: Orchid. HEX triplet: D9, 70 and E1. RGB value is (217,112,225). Sum of RGB (Red+Green+Blue) = 217+112+225=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #D970E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970E1 is #268F1E. Grayscale: #9B9B9B. Windows color (decimal): -2527007 or 14774489. OLE color: 14774489.
HSL color Cylindrical-coordinate representation of color #D970E1: hue angle of 295.75º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D970E1 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 112 | 225 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.12 |
| HSL | 295.75º | 0.65% | 0.66% | - |
| HSV(B) | 295.75º | 0.5% | 0.88% | - |
| XYZ | 48 | 31.78 | 74.84 | - |
| YUV | 156.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 225 | 0.04 | 0.50 | 0 | 0.12 | 295.75 | 0.65 | 0.66 |
| Hex | D9 | 70 | E1 | 4 | 32 | 0 | C | 128 | 41 | 42 |
| Octal | 331 | 160 | 341 | 4 | 62 | 0 | 14 | 450 | 101 | 102 |
| Binary | 11011001 | 1110000 | 11100001 | 100 | 110010 | 0 | 1100 | 100101000 | 1000001 | 1000010 |
Color Harmonies of #D970E1
Complementary color
Monochromatic Colors of #D970E1
Black with #D970E1
Text Example
Text Example
White with #D970E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970E1; }
p { color: rgb(217,112,225); }
H1.HeaderClassName
{
color: #D970E1;
}
.AnyTagClassName
{
color: #D970E1;
}
</style>
background-color css
<style>
a { background-color: #D970E1; }
a { background-color: rgb(217,112,225); }
div.DivClassName
{
background-color: #D970E1;
}
.BgClassName
{
background-color: #D970E1;
}
</style>
border-color css
<style>
span { border-color: #D970E1; }
span { border-color: rgb(217,112,225); }
td.TdClassName
{
border-color: #D970E1;
}
.TagClassName
{
border-color: #D970E1;
}
</style>