Shades of Orchid #D173CF
Tints of Orchid #D173CF
RGB
CMYK
RGB Variations
Color information
#D173CF (or 0xD173CF) is known color: Orchid. HEX triplet: D1, 73 and CF. RGB value is (209,115,207). Sum of RGB (Red+Green+Blue) = 209+115+207=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D173CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173CF is #2E8C30. Grayscale: #999999. Windows color (decimal): -3050545 or 13595601. OLE color: 13595601.
HSL color Cylindrical-coordinate representation of color #D173CF: hue angle of 301.28º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D173CF is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 207 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.18 |
| HSL | 301.28º | 0.51% | 0.64% | - |
| HSV(B) | 301.28º | 0.45% | 0.82% | - |
| XYZ | 43.69 | 30.32 | 62.58 | - |
| YUV | 153.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 207 | 0 | 0.45 | 0.01 | 0.18 | 301.28 | 0.51 | 0.64 |
| Hex | D1 | 73 | CF | 0 | 2D | 1 | 12 | 12D | 33 | 40 |
| Octal | 321 | 163 | 317 | 0 | 55 | 1 | 22 | 455 | 63 | 100 |
| Binary | 11010001 | 1110011 | 11001111 | 0 | 101101 | 1 | 10010 | 100101101 | 110011 | 1000000 |
Color Harmonies of #D173CF
Complementary color
Monochromatic Colors of #D173CF
Black with #D173CF
Text Example
Text Example
White with #D173CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173CF; }
p { color: rgb(209,115,207); }
H1.HeaderClassName
{
color: #D173CF;
}
.AnyTagClassName
{
color: #D173CF;
}
</style>
background-color css
<style>
a { background-color: #D173CF; }
a { background-color: rgb(209,115,207); }
div.DivClassName
{
background-color: #D173CF;
}
.BgClassName
{
background-color: #D173CF;
}
</style>
border-color css
<style>
span { border-color: #D173CF; }
span { border-color: rgb(209,115,207); }
td.TdClassName
{
border-color: #D173CF;
}
.TagClassName
{
border-color: #D173CF;
}
</style>