Shades of Orchid #D086D5
Tints of Orchid #D086D5
RGB
CMYK
RGB Variations
Color information
#D086D5 (or 0xD086D5) is known color: Orchid. HEX triplet: D0, 86 and D5. RGB value is (208,134,213). Sum of RGB (Red+Green+Blue) = 208+134+213=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #D086D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086D5 is #2F792A. Grayscale: #A4A4A4. Windows color (decimal): -3111211 or 13993680. OLE color: 13993680.
HSL color Cylindrical-coordinate representation of color #D086D5: hue angle of 296.2º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D086D5 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 134 | 213 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.16 |
| HSL | 296.2º | 0.48% | 0.68% | - |
| HSV(B) | 296.2º | 0.37% | 0.84% | - |
| XYZ | 46.55 | 35.26 | 67.3 | - |
| YUV | 165.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 213 | 0.02 | 0.37 | 0 | 0.16 | 296.2 | 0.48 | 0.68 |
| Hex | D0 | 86 | D5 | 2 | 25 | 0 | 10 | 128 | 30 | 44 |
| Octal | 320 | 206 | 325 | 2 | 45 | 0 | 20 | 450 | 60 | 104 |
| Binary | 11010000 | 10000110 | 11010101 | 10 | 100101 | 0 | 10000 | 100101000 | 110000 | 1000100 |
Color Harmonies of #D086D5
Complementary color
Monochromatic Colors of #D086D5
Black with #D086D5
Text Example
Text Example
White with #D086D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086D5; }
p { color: rgb(208,134,213); }
H1.HeaderClassName
{
color: #D086D5;
}
.AnyTagClassName
{
color: #D086D5;
}
</style>
background-color css
<style>
a { background-color: #D086D5; }
a { background-color: rgb(208,134,213); }
div.DivClassName
{
background-color: #D086D5;
}
.BgClassName
{
background-color: #D086D5;
}
</style>
border-color css
<style>
span { border-color: #D086D5; }
span { border-color: rgb(208,134,213); }
td.TdClassName
{
border-color: #D086D5;
}
.TagClassName
{
border-color: #D086D5;
}
</style>