Shades of Orchid #D973DF
Tints of Orchid #D973DF
RGB
CMYK
RGB Variations
Color information
#D973DF (or 0xD973DF) is known color: Orchid. HEX triplet: D9, 73 and DF. RGB value is (217,115,223). Sum of RGB (Red+Green+Blue) = 217+115+223=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #D973DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973DF is #268C20. Grayscale: #9D9D9D. Windows color (decimal): -2526241 or 14644185. OLE color: 14644185.
HSL color Cylindrical-coordinate representation of color #D973DF: hue angle of 296.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D973DF is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 115 | 223 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.13 |
| HSL | 296.67º | 0.63% | 0.66% | - |
| HSV(B) | 296.67º | 0.48% | 0.87% | - |
| XYZ | 48.07 | 32.34 | 73.52 | - |
| YUV | 157.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 223 | 0.03 | 0.48 | 0 | 0.13 | 296.67 | 0.63 | 0.66 |
| Hex | D9 | 73 | DF | 3 | 30 | 0 | D | 129 | 3F | 42 |
| Octal | 331 | 163 | 337 | 3 | 60 | 0 | 15 | 451 | 77 | 102 |
| Binary | 11011001 | 1110011 | 11011111 | 11 | 110000 | 0 | 1101 | 100101001 | 111111 | 1000010 |
Color Harmonies of #D973DF
Complementary color
Monochromatic Colors of #D973DF
Black with #D973DF
Text Example
Text Example
White with #D973DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973DF; }
p { color: rgb(217,115,223); }
H1.HeaderClassName
{
color: #D973DF;
}
.AnyTagClassName
{
color: #D973DF;
}
</style>
background-color css
<style>
a { background-color: #D973DF; }
a { background-color: rgb(217,115,223); }
div.DivClassName
{
background-color: #D973DF;
}
.BgClassName
{
background-color: #D973DF;
}
</style>
border-color css
<style>
span { border-color: #D973DF; }
span { border-color: rgb(217,115,223); }
td.TdClassName
{
border-color: #D973DF;
}
.TagClassName
{
border-color: #D973DF;
}
</style>