Shades of Orchid #D173E5
Tints of Orchid #D173E5
RGB
CMYK
RGB Variations
Color information
#D173E5 (or 0xD173E5) is known color: Orchid. HEX triplet: D1, 73 and E5. RGB value is (209,115,229). Sum of RGB (Red+Green+Blue) = 209+115+229=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #D173E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173E5 is #2E8C1A. Grayscale: #9B9B9B. Windows color (decimal): -3050523 or 15037393. OLE color: 15037393.
HSL color Cylindrical-coordinate representation of color #D173E5: hue angle of 289.47º 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 #D173E5 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 115 | 229 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.10 |
| HSL | 289.47º | 0.69% | 0.67% | - |
| HSV(B) | 289.47º | 0.5% | 0.9% | - |
| XYZ | 46.57 | 31.47 | 77.75 | - |
| YUV | 156.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 229 | 0.09 | 0.50 | 0 | 0.10 | 289.47 | 0.69 | 0.67 |
| Hex | D1 | 73 | E5 | 9 | 32 | 0 | A | 121 | 45 | 43 |
| Octal | 321 | 163 | 345 | 11 | 62 | 0 | 12 | 441 | 105 | 103 |
| Binary | 11010001 | 1110011 | 11100101 | 1001 | 110010 | 0 | 1010 | 100100001 | 1000101 | 1000011 |
Color Harmonies of #D173E5
Complementary color
Monochromatic Colors of #D173E5
Black with #D173E5
Text Example
Text Example
White with #D173E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173E5; }
p { color: rgb(209,115,229); }
H1.HeaderClassName
{
color: #D173E5;
}
.AnyTagClassName
{
color: #D173E5;
}
</style>
background-color css
<style>
a { background-color: #D173E5; }
a { background-color: rgb(209,115,229); }
div.DivClassName
{
background-color: #D173E5;
}
.BgClassName
{
background-color: #D173E5;
}
</style>
border-color css
<style>
span { border-color: #D173E5; }
span { border-color: rgb(209,115,229); }
td.TdClassName
{
border-color: #D173E5;
}
.TagClassName
{
border-color: #D173E5;
}
</style>