Shades of Orchid #D972E5
Tints of Orchid #D972E5
RGB
CMYK
RGB Variations
Color information
#D972E5 (or 0xD972E5) is known color: Orchid. HEX triplet: D9, 72 and E5. RGB value is (217,114,229). Sum of RGB (Red+Green+Blue) = 217+114+229=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #D972E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972E5 is #268D1A. Grayscale: #9D9D9D. Windows color (decimal): -2526491 or 15037145. OLE color: 15037145.
HSL color Cylindrical-coordinate representation of color #D972E5: hue angle of 293.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D972E5 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 114 | 229 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.10 |
| HSL | 293.74º | 0.69% | 0.67% | - |
| HSV(B) | 293.74º | 0.5% | 0.9% | - |
| XYZ | 48.78 | 32.44 | 77.82 | - |
| YUV | 157.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 229 | 0.05 | 0.50 | 0 | 0.10 | 293.74 | 0.69 | 0.67 |
| Hex | D9 | 72 | E5 | 5 | 32 | 0 | A | 126 | 45 | 43 |
| Octal | 331 | 162 | 345 | 5 | 62 | 0 | 12 | 446 | 105 | 103 |
| Binary | 11011001 | 1110010 | 11100101 | 101 | 110010 | 0 | 1010 | 100100110 | 1000101 | 1000011 |
Color Harmonies of #D972E5
Complementary color
Monochromatic Colors of #D972E5
Black with #D972E5
Text Example
Text Example
White with #D972E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972E5; }
p { color: rgb(217,114,229); }
H1.HeaderClassName
{
color: #D972E5;
}
.AnyTagClassName
{
color: #D972E5;
}
</style>
background-color css
<style>
a { background-color: #D972E5; }
a { background-color: rgb(217,114,229); }
div.DivClassName
{
background-color: #D972E5;
}
.BgClassName
{
background-color: #D972E5;
}
</style>
border-color css
<style>
span { border-color: #D972E5; }
span { border-color: rgb(217,114,229); }
td.TdClassName
{
border-color: #D972E5;
}
.TagClassName
{
border-color: #D972E5;
}
</style>