Shades of Orchid #D086C8
Tints of Orchid #D086C8
RGB
CMYK
RGB Variations
Color information
#D086C8 (or 0xD086C8) is known color: Orchid. HEX triplet: D0, 86 and C8. RGB value is (208,134,200). Sum of RGB (Red+Green+Blue) = 208+134+200=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D086C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086C8 is #2F7937. Grayscale: #A3A3A3. Windows color (decimal): -3111224 or 13141712. OLE color: 13141712.
HSL color Cylindrical-coordinate representation of color #D086C8: hue angle of 306.49º 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 #D086C8 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 200 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.18 |
| HSL | 306.49º | 0.44% | 0.67% | - |
| HSV(B) | 306.49º | 0.36% | 0.82% | - |
| XYZ | 44.96 | 34.63 | 58.96 | - |
| YUV | 163.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 200 | 0 | 0.36 | 0.04 | 0.18 | 306.49 | 0.44 | 0.67 |
| Hex | D0 | 86 | C8 | 0 | 24 | 4 | 12 | 132 | 2C | 43 |
| Octal | 320 | 206 | 310 | 0 | 44 | 4 | 22 | 462 | 54 | 103 |
| Binary | 11010000 | 10000110 | 11001000 | 0 | 100100 | 100 | 10010 | 100110010 | 101100 | 1000011 |
Color Harmonies of #D086C8
Complementary color
Monochromatic Colors of #D086C8
Black with #D086C8
Text Example
Text Example
White with #D086C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086C8; }
p { color: rgb(208,134,200); }
H1.HeaderClassName
{
color: #D086C8;
}
.AnyTagClassName
{
color: #D086C8;
}
</style>
background-color css
<style>
a { background-color: #D086C8; }
a { background-color: rgb(208,134,200); }
div.DivClassName
{
background-color: #D086C8;
}
.BgClassName
{
background-color: #D086C8;
}
</style>
border-color css
<style>
span { border-color: #D086C8; }
span { border-color: rgb(208,134,200); }
td.TdClassName
{
border-color: #D086C8;
}
.TagClassName
{
border-color: #D086C8;
}
</style>