Shades of Orchid #D387D9
Tints of Orchid #D387D9
RGB
CMYK
RGB Variations
Color information
#D387D9 (or 0xD387D9) is known color: Orchid. HEX triplet: D3, 87 and D9. RGB value is (211,135,217). Sum of RGB (Red+Green+Blue) = 211+135+217=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #D387D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387D9 is #2C7826. Grayscale: #A6A6A6. Windows color (decimal): -2914343 or 14256083. OLE color: 14256083.
HSL color Cylindrical-coordinate representation of color #D387D9: hue angle of 295.61º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D387D9 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 135 | 217 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.15 |
| HSL | 295.61º | 0.52% | 0.69% | - |
| HSV(B) | 295.61º | 0.38% | 0.85% | - |
| XYZ | 48.05 | 36.19 | 70.1 | - |
| YUV | 167.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 217 | 0.03 | 0.38 | 0 | 0.15 | 295.61 | 0.52 | 0.69 |
| Hex | D3 | 87 | D9 | 3 | 26 | 0 | F | 128 | 34 | 45 |
| Octal | 323 | 207 | 331 | 3 | 46 | 0 | 17 | 450 | 64 | 105 |
| Binary | 11010011 | 10000111 | 11011001 | 11 | 100110 | 0 | 1111 | 100101000 | 110100 | 1000101 |
Color Harmonies of #D387D9
Complementary color
Monochromatic Colors of #D387D9
Black with #D387D9
Text Example
Text Example
White with #D387D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D387D9; }
p { color: rgb(211,135,217); }
H1.HeaderClassName
{
color: #D387D9;
}
.AnyTagClassName
{
color: #D387D9;
}
</style>
background-color css
<style>
a { background-color: #D387D9; }
a { background-color: rgb(211,135,217); }
div.DivClassName
{
background-color: #D387D9;
}
.BgClassName
{
background-color: #D387D9;
}
</style>
border-color css
<style>
span { border-color: #D387D9; }
span { border-color: rgb(211,135,217); }
td.TdClassName
{
border-color: #D387D9;
}
.TagClassName
{
border-color: #D387D9;
}
</style>