Shades of Orchid #D387DD
Tints of Orchid #D387DD
RGB
CMYK
RGB Variations
Color information
#D387DD (or 0xD387DD) is known color: Orchid. HEX triplet: D3, 87 and DD. RGB value is (211,135,221). Sum of RGB (Red+Green+Blue) = 211+135+221=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D387DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387DD is #2C7822. Grayscale: #A7A7A7. Windows color (decimal): -2914339 or 14518227. OLE color: 14518227.
HSL color Cylindrical-coordinate representation of color #D387DD: hue angle of 293.02º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D387DD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 135 | 221 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.13 |
| HSL | 293.02º | 0.56% | 0.7% | - |
| HSV(B) | 293.02º | 0.39% | 0.87% | - |
| XYZ | 48.58 | 36.4 | 72.87 | - |
| YUV | 167.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 221 | 0.05 | 0.39 | 0 | 0.13 | 293.02 | 0.56 | 0.7 |
| Hex | D3 | 87 | DD | 5 | 27 | 0 | D | 125 | 38 | 46 |
| Octal | 323 | 207 | 335 | 5 | 47 | 0 | 15 | 445 | 70 | 106 |
| Binary | 11010011 | 10000111 | 11011101 | 101 | 100111 | 0 | 1101 | 100100101 | 111000 | 1000110 |
Color Harmonies of #D387DD
Complementary color
Monochromatic Colors of #D387DD
Black with #D387DD
Text Example
Text Example
White with #D387DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D387DD; }
p { color: rgb(211,135,221); }
H1.HeaderClassName
{
color: #D387DD;
}
.AnyTagClassName
{
color: #D387DD;
}
</style>
background-color css
<style>
a { background-color: #D387DD; }
a { background-color: rgb(211,135,221); }
div.DivClassName
{
background-color: #D387DD;
}
.BgClassName
{
background-color: #D387DD;
}
</style>
border-color css
<style>
span { border-color: #D387DD; }
span { border-color: rgb(211,135,221); }
td.TdClassName
{
border-color: #D387DD;
}
.TagClassName
{
border-color: #D387DD;
}
</style>