Shades of Orchid #D170E5
Tints of Orchid #D170E5
RGB
CMYK
RGB Variations
Color information
#D170E5 (or 0xD170E5) is known color: Orchid. HEX triplet: D1, 70 and E5. RGB value is (209,112,229). Sum of RGB (Red+Green+Blue) = 209+112+229=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #D170E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170E5 is #2E8F1A. Grayscale: #999999. Windows color (decimal): -3051291 or 15036625. OLE color: 15036625.
HSL color Cylindrical-coordinate representation of color #D170E5: hue angle of 289.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D170E5 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 112 | 229 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.10 |
| HSL | 289.74º | 0.69% | 0.67% | - |
| HSV(B) | 289.74º | 0.51% | 0.9% | - |
| XYZ | 46.23 | 30.8 | 77.64 | - |
| YUV | 154.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 229 | 0.09 | 0.51 | 0 | 0.10 | 289.74 | 0.69 | 0.67 |
| Hex | D1 | 70 | E5 | 9 | 33 | 0 | A | 122 | 45 | 43 |
| Octal | 321 | 160 | 345 | 11 | 63 | 0 | 12 | 442 | 105 | 103 |
| Binary | 11010001 | 1110000 | 11100101 | 1001 | 110011 | 0 | 1010 | 100100010 | 1000101 | 1000011 |
Color Harmonies of #D170E5
Complementary color
Monochromatic Colors of #D170E5
Black with #D170E5
Text Example
Text Example
White with #D170E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170E5; }
p { color: rgb(209,112,229); }
H1.HeaderClassName
{
color: #D170E5;
}
.AnyTagClassName
{
color: #D170E5;
}
</style>
background-color css
<style>
a { background-color: #D170E5; }
a { background-color: rgb(209,112,229); }
div.DivClassName
{
background-color: #D170E5;
}
.BgClassName
{
background-color: #D170E5;
}
</style>
border-color css
<style>
span { border-color: #D170E5; }
span { border-color: rgb(209,112,229); }
td.TdClassName
{
border-color: #D170E5;
}
.TagClassName
{
border-color: #D170E5;
}
</style>