Shades of Orchid #D086C7
Tints of Orchid #D086C7
RGB
CMYK
RGB Variations
Color information
#D086C7 (or 0xD086C7) is known color: Orchid. HEX triplet: D0, 86 and C7. RGB value is (208,134,199). Sum of RGB (Red+Green+Blue) = 208+134+199=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D086C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086C7 is #2F7938. Grayscale: #A3A3A3. Windows color (decimal): -3111225 or 13076176. OLE color: 13076176.
HSL color Cylindrical-coordinate representation of color #D086C7: hue angle of 307.3º degrees, saturation: 0.44, 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 #D086C7 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 199 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.18 |
| HSL | 307.3º | 0.44% | 0.67% | - |
| HSV(B) | 307.3º | 0.36% | 0.82% | - |
| XYZ | 44.85 | 34.58 | 58.34 | - |
| YUV | 163.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 199 | 0 | 0.36 | 0.04 | 0.18 | 307.3 | 0.44 | 0.67 |
| Hex | D0 | 86 | C7 | 0 | 24 | 4 | 12 | 133 | 2C | 43 |
| Octal | 320 | 206 | 307 | 0 | 44 | 4 | 22 | 463 | 54 | 103 |
| Binary | 11010000 | 10000110 | 11000111 | 0 | 100100 | 100 | 10010 | 100110011 | 101100 | 1000011 |
Color Harmonies of #D086C7
Complementary color
Monochromatic Colors of #D086C7
Black with #D086C7
Text Example
Text Example
White with #D086C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086C7; }
p { color: rgb(208,134,199); }
H1.HeaderClassName
{
color: #D086C7;
}
.AnyTagClassName
{
color: #D086C7;
}
</style>
background-color css
<style>
a { background-color: #D086C7; }
a { background-color: rgb(208,134,199); }
div.DivClassName
{
background-color: #D086C7;
}
.BgClassName
{
background-color: #D086C7;
}
</style>
border-color css
<style>
span { border-color: #D086C7; }
span { border-color: rgb(208,134,199); }
td.TdClassName
{
border-color: #D086C7;
}
.TagClassName
{
border-color: #D086C7;
}
</style>