Shades of Orchid #D486DB
Tints of Orchid #D486DB
RGB
CMYK
RGB Variations
Color information
#D486DB (or 0xD486DB) is known color: Orchid. HEX triplet: D4, 86 and DB. RGB value is (212,134,219). Sum of RGB (Red+Green+Blue) = 212+134+219=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #D486DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486DB is #2B7924. Grayscale: #A6A6A6. Windows color (decimal): -2849061 or 14386900. OLE color: 14386900.
HSL color Cylindrical-coordinate representation of color #D486DB: hue angle of 295.06º degrees, saturation: 0.54, 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 #D486DB is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 134 | 219 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.14 |
| HSL | 295.06º | 0.54% | 0.69% | - |
| HSV(B) | 295.06º | 0.39% | 0.86% | - |
| XYZ | 48.46 | 36.16 | 71.44 | - |
| YUV | 167.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 219 | 0.03 | 0.39 | 0 | 0.14 | 295.06 | 0.54 | 0.69 |
| Hex | D4 | 86 | DB | 3 | 27 | 0 | E | 127 | 36 | 45 |
| Octal | 324 | 206 | 333 | 3 | 47 | 0 | 16 | 447 | 66 | 105 |
| Binary | 11010100 | 10000110 | 11011011 | 11 | 100111 | 0 | 1110 | 100100111 | 110110 | 1000101 |
Color Harmonies of #D486DB
Complementary color
Monochromatic Colors of #D486DB
Black with #D486DB
Text Example
Text Example
White with #D486DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D486DB; }
p { color: rgb(212,134,219); }
H1.HeaderClassName
{
color: #D486DB;
}
.AnyTagClassName
{
color: #D486DB;
}
</style>
background-color css
<style>
a { background-color: #D486DB; }
a { background-color: rgb(212,134,219); }
div.DivClassName
{
background-color: #D486DB;
}
.BgClassName
{
background-color: #D486DB;
}
</style>
border-color css
<style>
span { border-color: #D486DB; }
span { border-color: rgb(212,134,219); }
td.TdClassName
{
border-color: #D486DB;
}
.TagClassName
{
border-color: #D486DB;
}
</style>