Shades of Orchid #D085C5
Tints of Orchid #D085C5
RGB
CMYK
RGB Variations
Color information
#D085C5 (or 0xD085C5) is known color: Orchid. HEX triplet: D0, 85 and C5. RGB value is (208,133,197). Sum of RGB (Red+Green+Blue) = 208+133+197=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D085C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085C5 is #2F7A3A. Grayscale: #A2A2A2. Windows color (decimal): -3111483 or 12944848. OLE color: 12944848.
HSL color Cylindrical-coordinate representation of color #D085C5: hue angle of 308.8º 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 #D085C5 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 197 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.18 |
| HSL | 308.8º | 0.44% | 0.67% | - |
| HSV(B) | 308.8º | 0.36% | 0.82% | - |
| XYZ | 44.48 | 34.22 | 57.08 | - |
| YUV | 162.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 197 | 0 | 0.36 | 0.05 | 0.18 | 308.8 | 0.44 | 0.67 |
| Hex | D0 | 85 | C5 | 0 | 24 | 5 | 12 | 135 | 2C | 43 |
| Octal | 320 | 205 | 305 | 0 | 44 | 5 | 22 | 465 | 54 | 103 |
| Binary | 11010000 | 10000101 | 11000101 | 0 | 100100 | 101 | 10010 | 100110101 | 101100 | 1000011 |
Color Harmonies of #D085C5
Complementary color
Monochromatic Colors of #D085C5
Black with #D085C5
Text Example
Text Example
White with #D085C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085C5; }
p { color: rgb(208,133,197); }
H1.HeaderClassName
{
color: #D085C5;
}
.AnyTagClassName
{
color: #D085C5;
}
</style>
background-color css
<style>
a { background-color: #D085C5; }
a { background-color: rgb(208,133,197); }
div.DivClassName
{
background-color: #D085C5;
}
.BgClassName
{
background-color: #D085C5;
}
</style>
border-color css
<style>
span { border-color: #D085C5; }
span { border-color: rgb(208,133,197); }
td.TdClassName
{
border-color: #D085C5;
}
.TagClassName
{
border-color: #D085C5;
}
</style>