Shades of Orchid #D486DC
Tints of Orchid #D486DC
RGB
CMYK
RGB Variations
Color information
#D486DC (or 0xD486DC) is known color: Orchid. HEX triplet: D4, 86 and DC. RGB value is (212,134,220). Sum of RGB (Red+Green+Blue) = 212+134+220=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #D486DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486DC is #2B7923. Grayscale: #A6A6A6. Windows color (decimal): -2849060 or 14452436. OLE color: 14452436.
HSL color Cylindrical-coordinate representation of color #D486DC: hue angle of 294.42º 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 #D486DC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 134 | 220 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.14 |
| HSL | 294.42º | 0.55% | 0.69% | - |
| HSV(B) | 294.42º | 0.39% | 0.86% | - |
| XYZ | 48.59 | 36.21 | 72.14 | - |
| YUV | 167.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 220 | 0.04 | 0.39 | 0 | 0.14 | 294.42 | 0.55 | 0.69 |
| Hex | D4 | 86 | DC | 4 | 27 | 0 | E | 126 | 37 | 45 |
| Octal | 324 | 206 | 334 | 4 | 47 | 0 | 16 | 446 | 67 | 105 |
| Binary | 11010100 | 10000110 | 11011100 | 100 | 100111 | 0 | 1110 | 100100110 | 110111 | 1000101 |
Color Harmonies of #D486DC
Complementary color
Monochromatic Colors of #D486DC
Black with #D486DC
Text Example
Text Example
White with #D486DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D486DC; }
p { color: rgb(212,134,220); }
H1.HeaderClassName
{
color: #D486DC;
}
.AnyTagClassName
{
color: #D486DC;
}
</style>
background-color css
<style>
a { background-color: #D486DC; }
a { background-color: rgb(212,134,220); }
div.DivClassName
{
background-color: #D486DC;
}
.BgClassName
{
background-color: #D486DC;
}
</style>
border-color css
<style>
span { border-color: #D486DC; }
span { border-color: rgb(212,134,220); }
td.TdClassName
{
border-color: #D486DC;
}
.TagClassName
{
border-color: #D486DC;
}
</style>