Shades of Orchid #D973DC
Tints of Orchid #D973DC
RGB
CMYK
RGB Variations
Color information
#D973DC (or 0xD973DC) is known color: Orchid. HEX triplet: D9, 73 and DC. RGB value is (217,115,220). Sum of RGB (Red+Green+Blue) = 217+115+220=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #D973DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973DC is #268C23. Grayscale: #9D9D9D. Windows color (decimal): -2526244 or 14447577. OLE color: 14447577.
HSL color Cylindrical-coordinate representation of color #D973DC: hue angle of 298.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D973DC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 115 | 220 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.14 |
| HSL | 298.29º | 0.6% | 0.66% | - |
| HSV(B) | 298.29º | 0.48% | 0.86% | - |
| XYZ | 47.66 | 32.18 | 71.41 | - |
| YUV | 157.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 220 | 0.01 | 0.48 | 0 | 0.14 | 298.29 | 0.6 | 0.66 |
| Hex | D9 | 73 | DC | 1 | 30 | 0 | E | 12A | 3C | 42 |
| Octal | 331 | 163 | 334 | 1 | 60 | 0 | 16 | 452 | 74 | 102 |
| Binary | 11011001 | 1110011 | 11011100 | 1 | 110000 | 0 | 1110 | 100101010 | 111100 | 1000010 |
Color Harmonies of #D973DC
Complementary color
Monochromatic Colors of #D973DC
Black with #D973DC
Text Example
Text Example
White with #D973DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973DC; }
p { color: rgb(217,115,220); }
H1.HeaderClassName
{
color: #D973DC;
}
.AnyTagClassName
{
color: #D973DC;
}
</style>
background-color css
<style>
a { background-color: #D973DC; }
a { background-color: rgb(217,115,220); }
div.DivClassName
{
background-color: #D973DC;
}
.BgClassName
{
background-color: #D973DC;
}
</style>
border-color css
<style>
span { border-color: #D973DC; }
span { border-color: rgb(217,115,220); }
td.TdClassName
{
border-color: #D973DC;
}
.TagClassName
{
border-color: #D973DC;
}
</style>