Shades of Orchid #D971E0
Tints of Orchid #D971E0
RGB
CMYK
RGB Variations
Color information
#D971E0 (or 0xD971E0) is known color: Orchid. HEX triplet: D9, 71 and E0. RGB value is (217,113,224). Sum of RGB (Red+Green+Blue) = 217+113+224=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #D971E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971E0 is #268E1F. Grayscale: #9C9C9C. Windows color (decimal): -2526752 or 14709209. OLE color: 14709209.
HSL color Cylindrical-coordinate representation of color #D971E0: hue angle of 296.22º degrees, saturation: 0.64, 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 #D971E0 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 113 | 224 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.12 |
| HSL | 296.22º | 0.64% | 0.66% | - |
| HSV(B) | 296.22º | 0.5% | 0.88% | - |
| XYZ | 47.97 | 31.94 | 74.16 | - |
| YUV | 156.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 224 | 0.03 | 0.50 | 0 | 0.12 | 296.22 | 0.64 | 0.66 |
| Hex | D9 | 71 | E0 | 3 | 32 | 0 | C | 128 | 40 | 42 |
| Octal | 331 | 161 | 340 | 3 | 62 | 0 | 14 | 450 | 100 | 102 |
| Binary | 11011001 | 1110001 | 11100000 | 11 | 110010 | 0 | 1100 | 100101000 | 1000000 | 1000010 |
Color Harmonies of #D971E0
Complementary color
Monochromatic Colors of #D971E0
Black with #D971E0
Text Example
Text Example
White with #D971E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971E0; }
p { color: rgb(217,113,224); }
H1.HeaderClassName
{
color: #D971E0;
}
.AnyTagClassName
{
color: #D971E0;
}
</style>
background-color css
<style>
a { background-color: #D971E0; }
a { background-color: rgb(217,113,224); }
div.DivClassName
{
background-color: #D971E0;
}
.BgClassName
{
background-color: #D971E0;
}
</style>
border-color css
<style>
span { border-color: #D971E0; }
span { border-color: rgb(217,113,224); }
td.TdClassName
{
border-color: #D971E0;
}
.TagClassName
{
border-color: #D971E0;
}
</style>