Shades of Orchid #D085D3
Tints of Orchid #D085D3
RGB
CMYK
RGB Variations
Color information
#D085D3 (or 0xD085D3) is known color: Orchid. HEX triplet: D0, 85 and D3. RGB value is (208,133,211). Sum of RGB (Red+Green+Blue) = 208+133+211=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #D085D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085D3 is #2F7A2C. Grayscale: #A4A4A4. Windows color (decimal): -3111469 or 13862352. OLE color: 13862352.
HSL color Cylindrical-coordinate representation of color #D085D3: hue angle of 297.69º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D085D3 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 133 | 211 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.17 |
| HSL | 297.69º | 0.47% | 0.67% | - |
| HSV(B) | 297.69º | 0.37% | 0.83% | - |
| XYZ | 46.16 | 34.89 | 65.93 | - |
| YUV | 164.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 211 | 0.01 | 0.37 | 0 | 0.17 | 297.69 | 0.47 | 0.67 |
| Hex | D0 | 85 | D3 | 1 | 25 | 0 | 11 | 12A | 2F | 43 |
| Octal | 320 | 205 | 323 | 1 | 45 | 0 | 21 | 452 | 57 | 103 |
| Binary | 11010000 | 10000101 | 11010011 | 1 | 100101 | 0 | 10001 | 100101010 | 101111 | 1000011 |
Color Harmonies of #D085D3
Complementary color
Monochromatic Colors of #D085D3
Black with #D085D3
Text Example
Text Example
White with #D085D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085D3; }
p { color: rgb(208,133,211); }
H1.HeaderClassName
{
color: #D085D3;
}
.AnyTagClassName
{
color: #D085D3;
}
</style>
background-color css
<style>
a { background-color: #D085D3; }
a { background-color: rgb(208,133,211); }
div.DivClassName
{
background-color: #D085D3;
}
.BgClassName
{
background-color: #D085D3;
}
</style>
border-color css
<style>
span { border-color: #D085D3; }
span { border-color: rgb(208,133,211); }
td.TdClassName
{
border-color: #D085D3;
}
.TagClassName
{
border-color: #D085D3;
}
</style>