Shades of Orchid #D172DB
Tints of Orchid #D172DB
RGB
CMYK
RGB Variations
Color information
#D172DB (or 0xD172DB) is known color: Orchid. HEX triplet: D1, 72 and DB. RGB value is (209,114,219). Sum of RGB (Red+Green+Blue) = 209+114+219=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #D172DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172DB is #2E8D24. Grayscale: #9A9A9A. Windows color (decimal): -3050789 or 14381777. OLE color: 14381777.
HSL color Cylindrical-coordinate representation of color #D172DB: hue angle of 294.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D172DB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 114 | 219 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.14 |
| HSL | 294.29º | 0.59% | 0.65% | - |
| HSV(B) | 294.29º | 0.48% | 0.86% | - |
| XYZ | 45.1 | 30.7 | 70.57 | - |
| YUV | 154.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 219 | 0.05 | 0.48 | 0 | 0.14 | 294.29 | 0.59 | 0.65 |
| Hex | D1 | 72 | DB | 5 | 30 | 0 | E | 126 | 3B | 41 |
| Octal | 321 | 162 | 333 | 5 | 60 | 0 | 16 | 446 | 73 | 101 |
| Binary | 11010001 | 1110010 | 11011011 | 101 | 110000 | 0 | 1110 | 100100110 | 111011 | 1000001 |
Color Harmonies of #D172DB
Complementary color
Monochromatic Colors of #D172DB
Black with #D172DB
Text Example
Text Example
White with #D172DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172DB; }
p { color: rgb(209,114,219); }
H1.HeaderClassName
{
color: #D172DB;
}
.AnyTagClassName
{
color: #D172DB;
}
</style>
background-color css
<style>
a { background-color: #D172DB; }
a { background-color: rgb(209,114,219); }
div.DivClassName
{
background-color: #D172DB;
}
.BgClassName
{
background-color: #D172DB;
}
</style>
border-color css
<style>
span { border-color: #D172DB; }
span { border-color: rgb(209,114,219); }
td.TdClassName
{
border-color: #D172DB;
}
.TagClassName
{
border-color: #D172DB;
}
</style>