Shades of Orchid #D17BE1
Tints of Orchid #D17BE1
RGB
CMYK
RGB Variations
Color information
#D17BE1 (or 0xD17BE1) is known color: Orchid. HEX triplet: D1, 7B and E1. RGB value is (209,123,225). Sum of RGB (Red+Green+Blue) = 209+123+225=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #D17BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BE1 is #2E841E. Grayscale: #A0A0A0. Windows color (decimal): -3048479 or 14777297. OLE color: 14777297.
HSL color Cylindrical-coordinate representation of color #D17BE1: hue angle of 290.59º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17BE1 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 123 | 225 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.12 |
| HSL | 290.59º | 0.63% | 0.68% | - |
| HSV(B) | 290.59º | 0.45% | 0.88% | - |
| XYZ | 46.97 | 33.16 | 75.16 | - |
| YUV | 160.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 225 | 0.07 | 0.45 | 0 | 0.12 | 290.59 | 0.63 | 0.68 |
| Hex | D1 | 7B | E1 | 7 | 2D | 0 | C | 123 | 3F | 44 |
| Octal | 321 | 173 | 341 | 7 | 55 | 0 | 14 | 443 | 77 | 104 |
| Binary | 11010001 | 1111011 | 11100001 | 111 | 101101 | 0 | 1100 | 100100011 | 111111 | 1000100 |
Color Harmonies of #D17BE1
Complementary color
Monochromatic Colors of #D17BE1
Black with #D17BE1
Text Example
Text Example
White with #D17BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17BE1; }
p { color: rgb(209,123,225); }
H1.HeaderClassName
{
color: #D17BE1;
}
.AnyTagClassName
{
color: #D17BE1;
}
</style>
background-color css
<style>
a { background-color: #D17BE1; }
a { background-color: rgb(209,123,225); }
div.DivClassName
{
background-color: #D17BE1;
}
.BgClassName
{
background-color: #D17BE1;
}
</style>
border-color css
<style>
span { border-color: #D17BE1; }
span { border-color: rgb(209,123,225); }
td.TdClassName
{
border-color: #D17BE1;
}
.TagClassName
{
border-color: #D17BE1;
}
</style>