Shades of Orchid #D286E0
Tints of Orchid #D286E0
RGB
CMYK
RGB Variations
Color information
#D286E0 (or 0xD286E0) is known color: Orchid. HEX triplet: D2, 86 and E0. RGB value is (210,134,224). Sum of RGB (Red+Green+Blue) = 210+134+224=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #D286E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286E0 is #2D791F. Grayscale: #A6A6A6. Windows color (decimal): -2980128 or 14714578. OLE color: 14714578.
HSL color Cylindrical-coordinate representation of color #D286E0: hue angle of 290.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D286E0 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 134 | 224 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.12 |
| HSL | 290.67º | 0.59% | 0.7% | - |
| HSV(B) | 290.67º | 0.4% | 0.88% | - |
| XYZ | 48.56 | 36.13 | 74.94 | - |
| YUV | 166.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 224 | 0.06 | 0.40 | 0 | 0.12 | 290.67 | 0.59 | 0.7 |
| Hex | D2 | 86 | E0 | 6 | 28 | 0 | C | 123 | 3B | 46 |
| Octal | 322 | 206 | 340 | 6 | 50 | 0 | 14 | 443 | 73 | 106 |
| Binary | 11010010 | 10000110 | 11100000 | 110 | 101000 | 0 | 1100 | 100100011 | 111011 | 1000110 |
Color Harmonies of #D286E0
Complementary color
Monochromatic Colors of #D286E0
Black with #D286E0
Text Example
Text Example
White with #D286E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286E0; }
p { color: rgb(210,134,224); }
H1.HeaderClassName
{
color: #D286E0;
}
.AnyTagClassName
{
color: #D286E0;
}
</style>
background-color css
<style>
a { background-color: #D286E0; }
a { background-color: rgb(210,134,224); }
div.DivClassName
{
background-color: #D286E0;
}
.BgClassName
{
background-color: #D286E0;
}
</style>
border-color css
<style>
span { border-color: #D286E0; }
span { border-color: rgb(210,134,224); }
td.TdClassName
{
border-color: #D286E0;
}
.TagClassName
{
border-color: #D286E0;
}
</style>