Shades of Orchid #D173E6
Tints of Orchid #D173E6
RGB
CMYK
RGB Variations
Color information
#D173E6 (or 0xD173E6) is known color: Orchid. HEX triplet: D1, 73 and E6. RGB value is (209,115,230). Sum of RGB (Red+Green+Blue) = 209+115+230=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #D173E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D173E6 is #2E8C19. Grayscale: #9B9B9B. Windows color (decimal): -3050522 or 15102929. OLE color: 15102929.
HSL color Cylindrical-coordinate representation of color #D173E6: hue angle of 289.04º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D173E6 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 115 | 230 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.10 |
| HSL | 289.04º | 0.7% | 0.68% | - |
| HSV(B) | 289.04º | 0.5% | 0.9% | - |
| XYZ | 46.71 | 31.53 | 78.49 | - |
| YUV | 156.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 230 | 0.09 | 0.5 | 0 | 0.10 | 289.04 | 0.7 | 0.68 |
| Hex | D1 | 73 | E6 | 9 | 32 | 0 | A | 121 | 46 | 44 |
| Octal | 321 | 163 | 346 | 11 | 62 | 0 | 12 | 441 | 106 | 104 |
| Binary | 11010001 | 1110011 | 11100110 | 1001 | 110010 | 0 | 1010 | 100100001 | 1000110 | 1000100 |
Color Harmonies of #D173E6
Complementary color
Monochromatic Colors of #D173E6
Black with #D173E6
Text Example
Text Example
White with #D173E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173E6; }
p { color: rgb(209,115,230); }
H1.HeaderClassName
{
color: #D173E6;
}
.AnyTagClassName
{
color: #D173E6;
}
</style>
background-color css
<style>
a { background-color: #D173E6; }
a { background-color: rgb(209,115,230); }
div.DivClassName
{
background-color: #D173E6;
}
.BgClassName
{
background-color: #D173E6;
}
</style>
border-color css
<style>
span { border-color: #D173E6; }
span { border-color: rgb(209,115,230); }
td.TdClassName
{
border-color: #D173E6;
}
.TagClassName
{
border-color: #D173E6;
}
</style>