Shades of Orchid #D486C7
Tints of Orchid #D486C7
RGB
CMYK
RGB Variations
Color information
#D486C7 (or 0xD486C7) is known color: Orchid. HEX triplet: D4, 86 and C7. RGB value is (212,134,199). Sum of RGB (Red+Green+Blue) = 212+134+199=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D486C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486C7 is #2B7938. Grayscale: #A4A4A4. Windows color (decimal): -2849081 or 13076180. OLE color: 13076180.
HSL color Cylindrical-coordinate representation of color #D486C7: hue angle of 310º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D486C7 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 134 | 199 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.17 |
| HSL | 310º | 0.48% | 0.68% | - |
| HSV(B) | 310º | 0.37% | 0.83% | - |
| XYZ | 45.99 | 35.17 | 58.4 | - |
| YUV | 164.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 199 | 0 | 0.37 | 0.06 | 0.17 | 310 | 0.48 | 0.68 |
| Hex | D4 | 86 | C7 | 0 | 25 | 6 | 11 | 136 | 30 | 44 |
| Octal | 324 | 206 | 307 | 0 | 45 | 6 | 21 | 466 | 60 | 104 |
| Binary | 11010100 | 10000110 | 11000111 | 0 | 100101 | 110 | 10001 | 100110110 | 110000 | 1000100 |
Color Harmonies of #D486C7
Complementary color
Monochromatic Colors of #D486C7
Black with #D486C7
Text Example
Text Example
White with #D486C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D486C7; }
p { color: rgb(212,134,199); }
H1.HeaderClassName
{
color: #D486C7;
}
.AnyTagClassName
{
color: #D486C7;
}
</style>
background-color css
<style>
a { background-color: #D486C7; }
a { background-color: rgb(212,134,199); }
div.DivClassName
{
background-color: #D486C7;
}
.BgClassName
{
background-color: #D486C7;
}
</style>
border-color css
<style>
span { border-color: #D486C7; }
span { border-color: rgb(212,134,199); }
td.TdClassName
{
border-color: #D486C7;
}
.TagClassName
{
border-color: #D486C7;
}
</style>