Shades of Orchid #D17BDF
Tints of Orchid #D17BDF
RGB
CMYK
RGB Variations
Color information
#D17BDF (or 0xD17BDF) is known color: Orchid. HEX triplet: D1, 7B and DF. RGB value is (209,123,223). Sum of RGB (Red+Green+Blue) = 209+123+223=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #D17BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BDF is #2E8420. Grayscale: #9F9F9F. Windows color (decimal): -3048481 or 14646225. OLE color: 14646225.
HSL color Cylindrical-coordinate representation of color #D17BDF: hue angle of 291.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17BDF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 123 | 223 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.13 |
| HSL | 291.6º | 0.61% | 0.68% | - |
| HSV(B) | 291.6º | 0.45% | 0.87% | - |
| XYZ | 46.7 | 33.05 | 73.73 | - |
| YUV | 160.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 223 | 0.06 | 0.45 | 0 | 0.13 | 291.6 | 0.61 | 0.68 |
| Hex | D1 | 7B | DF | 6 | 2D | 0 | D | 124 | 3D | 44 |
| Octal | 321 | 173 | 337 | 6 | 55 | 0 | 15 | 444 | 75 | 104 |
| Binary | 11010001 | 1111011 | 11011111 | 110 | 101101 | 0 | 1101 | 100100100 | 111101 | 1000100 |
Color Harmonies of #D17BDF
Complementary color
Monochromatic Colors of #D17BDF
Black with #D17BDF
Text Example
Text Example
White with #D17BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17BDF; }
p { color: rgb(209,123,223); }
H1.HeaderClassName
{
color: #D17BDF;
}
.AnyTagClassName
{
color: #D17BDF;
}
</style>
background-color css
<style>
a { background-color: #D17BDF; }
a { background-color: rgb(209,123,223); }
div.DivClassName
{
background-color: #D17BDF;
}
.BgClassName
{
background-color: #D17BDF;
}
</style>
border-color css
<style>
span { border-color: #D17BDF; }
span { border-color: rgb(209,123,223); }
td.TdClassName
{
border-color: #D17BDF;
}
.TagClassName
{
border-color: #D17BDF;
}
</style>