Shades of Orchid #D17BE3
Tints of Orchid #D17BE3
RGB
CMYK
RGB Variations
Color information
#D17BE3 (or 0xD17BE3) is known color: Orchid. HEX triplet: D1, 7B and E3. RGB value is (209,123,227). Sum of RGB (Red+Green+Blue) = 209+123+227=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #D17BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BE3 is #2E841C. Grayscale: #A0A0A0. Windows color (decimal): -3048477 or 14908369. OLE color: 14908369.
HSL color Cylindrical-coordinate representation of color #D17BE3: hue angle of 289.62º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17BE3 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 123 | 227 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.11 |
| HSL | 289.62º | 0.65% | 0.69% | - |
| HSV(B) | 289.62º | 0.46% | 0.89% | - |
| XYZ | 47.24 | 33.27 | 76.6 | - |
| YUV | 160.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 227 | 0.08 | 0.46 | 0 | 0.11 | 289.62 | 0.65 | 0.69 |
| Hex | D1 | 7B | E3 | 8 | 2E | 0 | B | 122 | 41 | 45 |
| Octal | 321 | 173 | 343 | 10 | 56 | 0 | 13 | 442 | 101 | 105 |
| Binary | 11010001 | 1111011 | 11100011 | 1000 | 101110 | 0 | 1011 | 100100010 | 1000001 | 1000101 |
Color Harmonies of #D17BE3
Complementary color
Monochromatic Colors of #D17BE3
Black with #D17BE3
Text Example
Text Example
White with #D17BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17BE3; }
p { color: rgb(209,123,227); }
H1.HeaderClassName
{
color: #D17BE3;
}
.AnyTagClassName
{
color: #D17BE3;
}
</style>
background-color css
<style>
a { background-color: #D17BE3; }
a { background-color: rgb(209,123,227); }
div.DivClassName
{
background-color: #D17BE3;
}
.BgClassName
{
background-color: #D17BE3;
}
</style>
border-color css
<style>
span { border-color: #D17BE3; }
span { border-color: rgb(209,123,227); }
td.TdClassName
{
border-color: #D17BE3;
}
.TagClassName
{
border-color: #D17BE3;
}
</style>