Shades of Orchid #D286C2
Tints of Orchid #D286C2
RGB
CMYK
RGB Variations
Color information
#D286C2 (or 0xD286C2) is known color: Orchid. HEX triplet: D2, 86 and C2. RGB value is (210,134,194). Sum of RGB (Red+Green+Blue) = 210+134+194=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D286C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286C2 is #2D793D. Grayscale: #A3A3A3. Windows color (decimal): -2980158 or 12748498. OLE color: 12748498.
HSL color Cylindrical-coordinate representation of color #D286C2: hue angle of 312.63º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D286C2 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 194 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.18 |
| HSL | 312.63º | 0.46% | 0.67% | - |
| HSV(B) | 312.63º | 0.36% | 0.82% | - |
| XYZ | 44.84 | 34.65 | 55.36 | - |
| YUV | 163.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 194 | 0 | 0.36 | 0.08 | 0.18 | 312.63 | 0.46 | 0.67 |
| Hex | D2 | 86 | C2 | 0 | 24 | 8 | 12 | 139 | 2E | 43 |
| Octal | 322 | 206 | 302 | 0 | 44 | 10 | 22 | 471 | 56 | 103 |
| Binary | 11010010 | 10000110 | 11000010 | 0 | 100100 | 1000 | 10010 | 100111001 | 101110 | 1000011 |
Color Harmonies of #D286C2
Complementary color
Monochromatic Colors of #D286C2
Black with #D286C2
Text Example
Text Example
White with #D286C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286C2; }
p { color: rgb(210,134,194); }
H1.HeaderClassName
{
color: #D286C2;
}
.AnyTagClassName
{
color: #D286C2;
}
</style>
background-color css
<style>
a { background-color: #D286C2; }
a { background-color: rgb(210,134,194); }
div.DivClassName
{
background-color: #D286C2;
}
.BgClassName
{
background-color: #D286C2;
}
</style>
border-color css
<style>
span { border-color: #D286C2; }
span { border-color: rgb(210,134,194); }
td.TdClassName
{
border-color: #D286C2;
}
.TagClassName
{
border-color: #D286C2;
}
</style>