Shades of Orchid #D170C7
Tints of Orchid #D170C7
RGB
CMYK
RGB Variations
Color information
#D170C7 (or 0xD170C7) is known color: Orchid. HEX triplet: D1, 70 and C7. RGB value is (209,112,199). Sum of RGB (Red+Green+Blue) = 209+112+199=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D170C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170C7 is #2E8F38. Grayscale: #969696. Windows color (decimal): -3051321 or 13070545. OLE color: 13070545.
HSL color Cylindrical-coordinate representation of color #D170C7: hue angle of 306.19º 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 #D170C7 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 199 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.18 |
| HSL | 306.19º | 0.51% | 0.63% | - |
| HSV(B) | 306.19º | 0.46% | 0.82% | - |
| XYZ | 42.4 | 29.27 | 57.45 | - |
| YUV | 150.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 199 | 0 | 0.46 | 0.05 | 0.18 | 306.19 | 0.51 | 0.63 |
| Hex | D1 | 70 | C7 | 0 | 2E | 5 | 12 | 132 | 33 | 3F |
| Octal | 321 | 160 | 307 | 0 | 56 | 5 | 22 | 462 | 63 | 77 |
| Binary | 11010001 | 1110000 | 11000111 | 0 | 101110 | 101 | 10010 | 100110010 | 110011 | 111111 |
Color Harmonies of #D170C7
Complementary color
Monochromatic Colors of #D170C7
Black with #D170C7
Text Example
Text Example
White with #D170C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170C7; }
p { color: rgb(209,112,199); }
H1.HeaderClassName
{
color: #D170C7;
}
.AnyTagClassName
{
color: #D170C7;
}
</style>
background-color css
<style>
a { background-color: #D170C7; }
a { background-color: rgb(209,112,199); }
div.DivClassName
{
background-color: #D170C7;
}
.BgClassName
{
background-color: #D170C7;
}
</style>
border-color css
<style>
span { border-color: #D170C7; }
span { border-color: rgb(209,112,199); }
td.TdClassName
{
border-color: #D170C7;
}
.TagClassName
{
border-color: #D170C7;
}
</style>