Shades of Orchid #D172D0
Tints of Orchid #D172D0
RGB
CMYK
RGB Variations
Color information
#D172D0 (or 0xD172D0) is known color: Orchid. HEX triplet: D1, 72 and D0. RGB value is (209,114,208). Sum of RGB (Red+Green+Blue) = 209+114+208=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D172D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172D0 is #2E8D2F. Grayscale: #989898. Windows color (decimal): -3050800 or 13660881. OLE color: 13660881.
HSL color Cylindrical-coordinate representation of color #D172D0: hue angle of 300.63º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172D0 is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 208 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.18 |
| HSL | 300.63º | 0.51% | 0.63% | - |
| HSV(B) | 300.63º | 0.45% | 0.82% | - |
| XYZ | 43.7 | 30.14 | 63.19 | - |
| YUV | 153.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 208 | 0 | 0.45 | 0.00 | 0.18 | 300.63 | 0.51 | 0.63 |
| Hex | D1 | 72 | D0 | 0 | 2D | 0 | 12 | 12D | 33 | 3F |
| Octal | 321 | 162 | 320 | 0 | 55 | 0 | 22 | 455 | 63 | 77 |
| Binary | 11010001 | 1110010 | 11010000 | 0 | 101101 | 0 | 10010 | 100101101 | 110011 | 111111 |
Color Harmonies of #D172D0
Complementary color
Monochromatic Colors of #D172D0
Black with #D172D0
Text Example
Text Example
White with #D172D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172D0; }
p { color: rgb(209,114,208); }
H1.HeaderClassName
{
color: #D172D0;
}
.AnyTagClassName
{
color: #D172D0;
}
</style>
background-color css
<style>
a { background-color: #D172D0; }
a { background-color: rgb(209,114,208); }
div.DivClassName
{
background-color: #D172D0;
}
.BgClassName
{
background-color: #D172D0;
}
</style>
border-color css
<style>
span { border-color: #D172D0; }
span { border-color: rgb(209,114,208); }
td.TdClassName
{
border-color: #D172D0;
}
.TagClassName
{
border-color: #D172D0;
}
</style>