Shades of Orchid #D385D9
Tints of Orchid #D385D9
RGB
CMYK
RGB Variations
Color information
#D385D9 (or 0xD385D9) is known color: Orchid. HEX triplet: D3, 85 and D9. RGB value is (211,133,217). Sum of RGB (Red+Green+Blue) = 211+133+217=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #D385D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385D9 is #2C7A26. Grayscale: #A5A5A5. Windows color (decimal): -2914855 or 14255571. OLE color: 14255571.
HSL color Cylindrical-coordinate representation of color #D385D9: hue angle of 295.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D385D9 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 133 | 217 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.15 |
| HSL | 295.71º | 0.53% | 0.69% | - |
| HSV(B) | 295.71º | 0.39% | 0.85% | - |
| XYZ | 47.78 | 35.63 | 70.01 | - |
| YUV | 165.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 217 | 0.03 | 0.39 | 0 | 0.15 | 295.71 | 0.53 | 0.69 |
| Hex | D3 | 85 | D9 | 3 | 27 | 0 | F | 128 | 34 | 45 |
| Octal | 323 | 205 | 331 | 3 | 47 | 0 | 17 | 450 | 64 | 105 |
| Binary | 11010011 | 10000101 | 11011001 | 11 | 100111 | 0 | 1111 | 100101000 | 110100 | 1000101 |
Color Harmonies of #D385D9
Complementary color
Monochromatic Colors of #D385D9
Black with #D385D9
Text Example
Text Example
White with #D385D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385D9; }
p { color: rgb(211,133,217); }
H1.HeaderClassName
{
color: #D385D9;
}
.AnyTagClassName
{
color: #D385D9;
}
</style>
background-color css
<style>
a { background-color: #D385D9; }
a { background-color: rgb(211,133,217); }
div.DivClassName
{
background-color: #D385D9;
}
.BgClassName
{
background-color: #D385D9;
}
</style>
border-color css
<style>
span { border-color: #D385D9; }
span { border-color: rgb(211,133,217); }
td.TdClassName
{
border-color: #D385D9;
}
.TagClassName
{
border-color: #D385D9;
}
</style>