Shades of Orchid #D389D0
Tints of Orchid #D389D0
RGB
CMYK
RGB Variations
Color information
#D389D0 (or 0xD389D0) is known color: Orchid. HEX triplet: D3, 89 and D0. RGB value is (211,137,208). Sum of RGB (Red+Green+Blue) = 211+137+208=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D389D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389D0 is #2C762F. Grayscale: #A7A7A7. Windows color (decimal): -2913840 or 13666771. OLE color: 13666771.
HSL color Cylindrical-coordinate representation of color #D389D0: hue angle of 302.43º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D389D0 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 208 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.17 |
| HSL | 302.43º | 0.46% | 0.68% | - |
| HSV(B) | 302.43º | 0.35% | 0.83% | - |
| XYZ | 47.19 | 36.29 | 64.19 | - |
| YUV | 167.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 208 | 0 | 0.35 | 0.01 | 0.17 | 302.43 | 0.46 | 0.68 |
| Hex | D3 | 89 | D0 | 0 | 23 | 1 | 11 | 12E | 2E | 44 |
| Octal | 323 | 211 | 320 | 0 | 43 | 1 | 21 | 456 | 56 | 104 |
| Binary | 11010011 | 10001001 | 11010000 | 0 | 100011 | 1 | 10001 | 100101110 | 101110 | 1000100 |
Color Harmonies of #D389D0
Complementary color
Monochromatic Colors of #D389D0
Black with #D389D0
Text Example
Text Example
White with #D389D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389D0; }
p { color: rgb(211,137,208); }
H1.HeaderClassName
{
color: #D389D0;
}
.AnyTagClassName
{
color: #D389D0;
}
</style>
background-color css
<style>
a { background-color: #D389D0; }
a { background-color: rgb(211,137,208); }
div.DivClassName
{
background-color: #D389D0;
}
.BgClassName
{
background-color: #D389D0;
}
</style>
border-color css
<style>
span { border-color: #D389D0; }
span { border-color: rgb(211,137,208); }
td.TdClassName
{
border-color: #D389D0;
}
.TagClassName
{
border-color: #D389D0;
}
</style>