Shades of Orchid #D170C9
Tints of Orchid #D170C9
RGB
CMYK
RGB Variations
Color information
#D170C9 (or 0xD170C9) is known color: Orchid. HEX triplet: D1, 70 and C9. RGB value is (209,112,201). Sum of RGB (Red+Green+Blue) = 209+112+201=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D170C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170C9 is #2E8F36. Grayscale: #969696. Windows color (decimal): -3051319 or 13201617. OLE color: 13201617.
HSL color Cylindrical-coordinate representation of color #D170C9: hue angle of 304.95º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D170C9 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 201 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.18 |
| HSL | 304.95º | 0.51% | 0.63% | - |
| HSV(B) | 304.95º | 0.46% | 0.82% | - |
| XYZ | 42.63 | 29.36 | 58.68 | - |
| YUV | 151.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 201 | 0 | 0.46 | 0.04 | 0.18 | 304.95 | 0.51 | 0.63 |
| Hex | D1 | 70 | C9 | 0 | 2E | 4 | 12 | 131 | 33 | 3F |
| Octal | 321 | 160 | 311 | 0 | 56 | 4 | 22 | 461 | 63 | 77 |
| Binary | 11010001 | 1110000 | 11001001 | 0 | 101110 | 100 | 10010 | 100110001 | 110011 | 111111 |
Color Harmonies of #D170C9
Complementary color
Monochromatic Colors of #D170C9
Black with #D170C9
Text Example
Text Example
White with #D170C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170C9; }
p { color: rgb(209,112,201); }
H1.HeaderClassName
{
color: #D170C9;
}
.AnyTagClassName
{
color: #D170C9;
}
</style>
background-color css
<style>
a { background-color: #D170C9; }
a { background-color: rgb(209,112,201); }
div.DivClassName
{
background-color: #D170C9;
}
.BgClassName
{
background-color: #D170C9;
}
</style>
border-color css
<style>
span { border-color: #D170C9; }
span { border-color: rgb(209,112,201); }
td.TdClassName
{
border-color: #D170C9;
}
.TagClassName
{
border-color: #D170C9;
}
</style>