Shades of Orchid #D172DF
Tints of Orchid #D172DF
RGB
CMYK
RGB Variations
Color information
#D172DF (or 0xD172DF) is known color: Orchid. HEX triplet: D1, 72 and DF. RGB value is (209,114,223). Sum of RGB (Red+Green+Blue) = 209+114+223=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #D172DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172DF is #2E8D20. Grayscale: #9A9A9A. Windows color (decimal): -3050785 or 14643921. OLE color: 14643921.
HSL color Cylindrical-coordinate representation of color #D172DF: hue angle of 292.29º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D172DF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 114 | 223 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.13 |
| HSL | 292.29º | 0.63% | 0.66% | - |
| HSV(B) | 292.29º | 0.49% | 0.87% | - |
| XYZ | 45.63 | 30.92 | 73.37 | - |
| YUV | 154.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 223 | 0.06 | 0.49 | 0 | 0.13 | 292.29 | 0.63 | 0.66 |
| Hex | D1 | 72 | DF | 6 | 31 | 0 | D | 124 | 3F | 42 |
| Octal | 321 | 162 | 337 | 6 | 61 | 0 | 15 | 444 | 77 | 102 |
| Binary | 11010001 | 1110010 | 11011111 | 110 | 110001 | 0 | 1101 | 100100100 | 111111 | 1000010 |
Color Harmonies of #D172DF
Complementary color
Monochromatic Colors of #D172DF
Black with #D172DF
Text Example
Text Example
White with #D172DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172DF; }
p { color: rgb(209,114,223); }
H1.HeaderClassName
{
color: #D172DF;
}
.AnyTagClassName
{
color: #D172DF;
}
</style>
background-color css
<style>
a { background-color: #D172DF; }
a { background-color: rgb(209,114,223); }
div.DivClassName
{
background-color: #D172DF;
}
.BgClassName
{
background-color: #D172DF;
}
</style>
border-color css
<style>
span { border-color: #D172DF; }
span { border-color: rgb(209,114,223); }
td.TdClassName
{
border-color: #D172DF;
}
.TagClassName
{
border-color: #D172DF;
}
</style>