Shades of Orchid #D386CE
Tints of Orchid #D386CE
RGB
CMYK
RGB Variations
Color information
#D386CE (or 0xD386CE) is known color: Orchid. HEX triplet: D3, 86 and CE. RGB value is (211,134,206). Sum of RGB (Red+Green+Blue) = 211+134+206=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D386CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386CE is #2C7931. Grayscale: #A5A5A5. Windows color (decimal): -2914610 or 13534931. OLE color: 13534931.
HSL color Cylindrical-coordinate representation of color #D386CE: hue angle of 303.9º degrees, saturation: 0.47, 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 #D386CE is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 206 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.17 |
| HSL | 303.9º | 0.47% | 0.68% | - |
| HSV(B) | 303.9º | 0.36% | 0.83% | - |
| XYZ | 46.53 | 35.36 | 62.76 | - |
| YUV | 165.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 206 | 0 | 0.36 | 0.02 | 0.17 | 303.9 | 0.47 | 0.68 |
| Hex | D3 | 86 | CE | 0 | 24 | 2 | 11 | 130 | 2F | 44 |
| Octal | 323 | 206 | 316 | 0 | 44 | 2 | 21 | 460 | 57 | 104 |
| Binary | 11010011 | 10000110 | 11001110 | 0 | 100100 | 10 | 10001 | 100110000 | 101111 | 1000100 |
Color Harmonies of #D386CE
Complementary color
Monochromatic Colors of #D386CE
Black with #D386CE
Text Example
Text Example
White with #D386CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D386CE; }
p { color: rgb(211,134,206); }
H1.HeaderClassName
{
color: #D386CE;
}
.AnyTagClassName
{
color: #D386CE;
}
</style>
background-color css
<style>
a { background-color: #D386CE; }
a { background-color: rgb(211,134,206); }
div.DivClassName
{
background-color: #D386CE;
}
.BgClassName
{
background-color: #D386CE;
}
</style>
border-color css
<style>
span { border-color: #D386CE; }
span { border-color: rgb(211,134,206); }
td.TdClassName
{
border-color: #D386CE;
}
.TagClassName
{
border-color: #D386CE;
}
</style>