Shades of Orchid #D972E0
Tints of Orchid #D972E0
RGB
CMYK
RGB Variations
Color information
#D972E0 (or 0xD972E0) is known color: Orchid. HEX triplet: D9, 72 and E0. RGB value is (217,114,224). Sum of RGB (Red+Green+Blue) = 217+114+224=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #D972E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972E0 is #268D1F. Grayscale: #9D9D9D. Windows color (decimal): -2526496 or 14709465. OLE color: 14709465.
HSL color Cylindrical-coordinate representation of color #D972E0: hue angle of 296.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D972E0 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 114 | 224 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.12 |
| HSL | 296.18º | 0.64% | 0.66% | - |
| HSV(B) | 296.18º | 0.49% | 0.88% | - |
| XYZ | 48.09 | 32.17 | 74.2 | - |
| YUV | 157.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 224 | 0.03 | 0.49 | 0 | 0.12 | 296.18 | 0.64 | 0.66 |
| Hex | D9 | 72 | E0 | 3 | 31 | 0 | C | 128 | 40 | 42 |
| Octal | 331 | 162 | 340 | 3 | 61 | 0 | 14 | 450 | 100 | 102 |
| Binary | 11011001 | 1110010 | 11100000 | 11 | 110001 | 0 | 1100 | 100101000 | 1000000 | 1000010 |
Color Harmonies of #D972E0
Complementary color
Monochromatic Colors of #D972E0
Black with #D972E0
Text Example
Text Example
White with #D972E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972E0; }
p { color: rgb(217,114,224); }
H1.HeaderClassName
{
color: #D972E0;
}
.AnyTagClassName
{
color: #D972E0;
}
</style>
background-color css
<style>
a { background-color: #D972E0; }
a { background-color: rgb(217,114,224); }
div.DivClassName
{
background-color: #D972E0;
}
.BgClassName
{
background-color: #D972E0;
}
</style>
border-color css
<style>
span { border-color: #D972E0; }
span { border-color: rgb(217,114,224); }
td.TdClassName
{
border-color: #D972E0;
}
.TagClassName
{
border-color: #D972E0;
}
</style>