Shades of Orchid #D172C7
Tints of Orchid #D172C7
RGB
CMYK
RGB Variations
Color information
#D172C7 (or 0xD172C7) is known color: Orchid. HEX triplet: D1, 72 and C7. RGB value is (209,114,199). Sum of RGB (Red+Green+Blue) = 209+114+199=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D172C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172C7 is #2E8D38. Grayscale: #979797. Windows color (decimal): -3050809 or 13071057. OLE color: 13071057.
HSL color Cylindrical-coordinate representation of color #D172C7: hue angle of 306.32º 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 #D172C7 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 199 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.18 |
| HSL | 306.32º | 0.51% | 0.63% | - |
| HSV(B) | 306.32º | 0.45% | 0.82% | - |
| XYZ | 42.62 | 29.71 | 57.52 | - |
| YUV | 152.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 199 | 0 | 0.45 | 0.05 | 0.18 | 306.32 | 0.51 | 0.63 |
| Hex | D1 | 72 | C7 | 0 | 2D | 5 | 12 | 132 | 33 | 3F |
| Octal | 321 | 162 | 307 | 0 | 55 | 5 | 22 | 462 | 63 | 77 |
| Binary | 11010001 | 1110010 | 11000111 | 0 | 101101 | 101 | 10010 | 100110010 | 110011 | 111111 |
Color Harmonies of #D172C7
Complementary color
Monochromatic Colors of #D172C7
Black with #D172C7
Text Example
Text Example
White with #D172C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172C7; }
p { color: rgb(209,114,199); }
H1.HeaderClassName
{
color: #D172C7;
}
.AnyTagClassName
{
color: #D172C7;
}
</style>
background-color css
<style>
a { background-color: #D172C7; }
a { background-color: rgb(209,114,199); }
div.DivClassName
{
background-color: #D172C7;
}
.BgClassName
{
background-color: #D172C7;
}
</style>
border-color css
<style>
span { border-color: #D172C7; }
span { border-color: rgb(209,114,199); }
td.TdClassName
{
border-color: #D172C7;
}
.TagClassName
{
border-color: #D172C7;
}
</style>