Shades of Orchid #D086C3
Tints of Orchid #D086C3
RGB
CMYK
RGB Variations
Color information
#D086C3 (or 0xD086C3) is known color: Orchid. HEX triplet: D0, 86 and C3. RGB value is (208,134,195). Sum of RGB (Red+Green+Blue) = 208+134+195=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D086C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086C3 is #2F793C. Grayscale: #A2A2A2. Windows color (decimal): -3111229 or 12814032. OLE color: 12814032.
HSL color Cylindrical-coordinate representation of color #D086C3: hue angle of 310.54º 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 #D086C3 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 195 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.18 |
| HSL | 310.54º | 0.44% | 0.67% | - |
| HSV(B) | 310.54º | 0.36% | 0.82% | - |
| XYZ | 44.39 | 34.4 | 55.93 | - |
| YUV | 163.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 195 | 0 | 0.36 | 0.06 | 0.18 | 310.54 | 0.44 | 0.67 |
| Hex | D0 | 86 | C3 | 0 | 24 | 6 | 12 | 137 | 2C | 43 |
| Octal | 320 | 206 | 303 | 0 | 44 | 6 | 22 | 467 | 54 | 103 |
| Binary | 11010000 | 10000110 | 11000011 | 0 | 100100 | 110 | 10010 | 100110111 | 101100 | 1000011 |
Color Harmonies of #D086C3
Complementary color
Monochromatic Colors of #D086C3
Black with #D086C3
Text Example
Text Example
White with #D086C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086C3; }
p { color: rgb(208,134,195); }
H1.HeaderClassName
{
color: #D086C3;
}
.AnyTagClassName
{
color: #D086C3;
}
</style>
background-color css
<style>
a { background-color: #D086C3; }
a { background-color: rgb(208,134,195); }
div.DivClassName
{
background-color: #D086C3;
}
.BgClassName
{
background-color: #D086C3;
}
</style>
border-color css
<style>
span { border-color: #D086C3; }
span { border-color: rgb(208,134,195); }
td.TdClassName
{
border-color: #D086C3;
}
.TagClassName
{
border-color: #D086C3;
}
</style>