Shades of Orchid #D386DC
Tints of Orchid #D386DC
RGB
CMYK
RGB Variations
Color information
#D386DC (or 0xD386DC) is known color: Orchid. HEX triplet: D3, 86 and DC. RGB value is (211,134,220). Sum of RGB (Red+Green+Blue) = 211+134+220=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #D386DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386DC is #2C7923. Grayscale: #A6A6A6. Windows color (decimal): -2914596 or 14452435. OLE color: 14452435.
HSL color Cylindrical-coordinate representation of color #D386DC: hue angle of 293.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D386DC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 134 | 220 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.14 |
| HSL | 293.72º | 0.55% | 0.69% | - |
| HSV(B) | 293.72º | 0.39% | 0.86% | - |
| XYZ | 48.31 | 36.07 | 72.13 | - |
| YUV | 166.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 220 | 0.04 | 0.39 | 0 | 0.14 | 293.72 | 0.55 | 0.69 |
| Hex | D3 | 86 | DC | 4 | 27 | 0 | E | 126 | 37 | 45 |
| Octal | 323 | 206 | 334 | 4 | 47 | 0 | 16 | 446 | 67 | 105 |
| Binary | 11010011 | 10000110 | 11011100 | 100 | 100111 | 0 | 1110 | 100100110 | 110111 | 1000101 |
Color Harmonies of #D386DC
Complementary color
Monochromatic Colors of #D386DC
Black with #D386DC
Text Example
Text Example
White with #D386DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D386DC; }
p { color: rgb(211,134,220); }
H1.HeaderClassName
{
color: #D386DC;
}
.AnyTagClassName
{
color: #D386DC;
}
</style>
background-color css
<style>
a { background-color: #D386DC; }
a { background-color: rgb(211,134,220); }
div.DivClassName
{
background-color: #D386DC;
}
.BgClassName
{
background-color: #D386DC;
}
</style>
border-color css
<style>
span { border-color: #D386DC; }
span { border-color: rgb(211,134,220); }
td.TdClassName
{
border-color: #D386DC;
}
.TagClassName
{
border-color: #D386DC;
}
</style>