Shades of Orchid #D487DC
Tints of Orchid #D487DC
RGB
CMYK
RGB Variations
Color information
#D487DC (or 0xD487DC) is known color: Orchid. HEX triplet: D4, 87 and DC. RGB value is (212,135,220). Sum of RGB (Red+Green+Blue) = 212+135+220=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D487DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487DC is #2B7823. Grayscale: #A7A7A7. Windows color (decimal): -2848804 or 14452692. OLE color: 14452692.
HSL color Cylindrical-coordinate representation of color #D487DC: hue angle of 294.35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D487DC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 135 | 220 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.14 |
| HSL | 294.35º | 0.55% | 0.7% | - |
| HSV(B) | 294.35º | 0.39% | 0.86% | - |
| XYZ | 48.73 | 36.49 | 72.19 | - |
| YUV | 167.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 135 | 220 | 0.04 | 0.39 | 0 | 0.14 | 294.35 | 0.55 | 0.7 |
| Hex | D4 | 87 | DC | 4 | 27 | 0 | E | 126 | 37 | 46 |
| Octal | 324 | 207 | 334 | 4 | 47 | 0 | 16 | 446 | 67 | 106 |
| Binary | 11010100 | 10000111 | 11011100 | 100 | 100111 | 0 | 1110 | 100100110 | 110111 | 1000110 |
Color Harmonies of #D487DC
Complementary color
Monochromatic Colors of #D487DC
Black with #D487DC
Text Example
Text Example
White with #D487DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D487DC; }
p { color: rgb(212,135,220); }
H1.HeaderClassName
{
color: #D487DC;
}
.AnyTagClassName
{
color: #D487DC;
}
</style>
background-color css
<style>
a { background-color: #D487DC; }
a { background-color: rgb(212,135,220); }
div.DivClassName
{
background-color: #D487DC;
}
.BgClassName
{
background-color: #D487DC;
}
</style>
border-color css
<style>
span { border-color: #D487DC; }
span { border-color: rgb(212,135,220); }
td.TdClassName
{
border-color: #D487DC;
}
.TagClassName
{
border-color: #D487DC;
}
</style>