Shades of Orchid #D387CD
Tints of Orchid #D387CD
RGB
CMYK
RGB Variations
Color information
#D387CD (or 0xD387CD) is known color: Orchid. HEX triplet: D3, 87 and CD. RGB value is (211,135,205). Sum of RGB (Red+Green+Blue) = 211+135+205=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D387CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387CD is #2C7832. Grayscale: #A5A5A5. Windows color (decimal): -2914355 or 13469651. OLE color: 13469651.
HSL color Cylindrical-coordinate representation of color #D387CD: hue angle of 304.74º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D387CD is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 205 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.17 |
| HSL | 304.74º | 0.46% | 0.68% | - |
| HSV(B) | 304.74º | 0.36% | 0.83% | - |
| XYZ | 46.55 | 35.58 | 62.17 | - |
| YUV | 165.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 205 | 0 | 0.36 | 0.03 | 0.17 | 304.74 | 0.46 | 0.68 |
| Hex | D3 | 87 | CD | 0 | 24 | 3 | 11 | 131 | 2E | 44 |
| Octal | 323 | 207 | 315 | 0 | 44 | 3 | 21 | 461 | 56 | 104 |
| Binary | 11010011 | 10000111 | 11001101 | 0 | 100100 | 11 | 10001 | 100110001 | 101110 | 1000100 |
Color Harmonies of #D387CD
Complementary color
Monochromatic Colors of #D387CD
Black with #D387CD
Text Example
Text Example
White with #D387CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D387CD; }
p { color: rgb(211,135,205); }
H1.HeaderClassName
{
color: #D387CD;
}
.AnyTagClassName
{
color: #D387CD;
}
</style>
background-color css
<style>
a { background-color: #D387CD; }
a { background-color: rgb(211,135,205); }
div.DivClassName
{
background-color: #D387CD;
}
.BgClassName
{
background-color: #D387CD;
}
</style>
border-color css
<style>
span { border-color: #D387CD; }
span { border-color: rgb(211,135,205); }
td.TdClassName
{
border-color: #D387CD;
}
.TagClassName
{
border-color: #D387CD;
}
</style>