Shades of Orchid #D085DC
Tints of Orchid #D085DC
RGB
CMYK
RGB Variations
Color information
#D085DC (or 0xD085DC) is known color: Orchid. HEX triplet: D0, 85 and DC. RGB value is (208,133,220). Sum of RGB (Red+Green+Blue) = 208+133+220=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D085DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085DC is #2F7A23. Grayscale: #A5A5A5. Windows color (decimal): -3111460 or 14452176. OLE color: 14452176.
HSL color Cylindrical-coordinate representation of color #D085DC: hue angle of 291.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D085DC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 133 | 220 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.14 |
| HSL | 291.72º | 0.55% | 0.69% | - |
| HSV(B) | 291.72º | 0.4% | 0.86% | - |
| XYZ | 47.32 | 35.35 | 72.04 | - |
| YUV | 165.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 220 | 0.05 | 0.40 | 0 | 0.14 | 291.72 | 0.55 | 0.69 |
| Hex | D0 | 85 | DC | 5 | 28 | 0 | E | 124 | 37 | 45 |
| Octal | 320 | 205 | 334 | 5 | 50 | 0 | 16 | 444 | 67 | 105 |
| Binary | 11010000 | 10000101 | 11011100 | 101 | 101000 | 0 | 1110 | 100100100 | 110111 | 1000101 |
Color Harmonies of #D085DC
Complementary color
Monochromatic Colors of #D085DC
Black with #D085DC
Text Example
Text Example
White with #D085DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085DC; }
p { color: rgb(208,133,220); }
H1.HeaderClassName
{
color: #D085DC;
}
.AnyTagClassName
{
color: #D085DC;
}
</style>
background-color css
<style>
a { background-color: #D085DC; }
a { background-color: rgb(208,133,220); }
div.DivClassName
{
background-color: #D085DC;
}
.BgClassName
{
background-color: #D085DC;
}
</style>
border-color css
<style>
span { border-color: #D085DC; }
span { border-color: rgb(208,133,220); }
td.TdClassName
{
border-color: #D085DC;
}
.TagClassName
{
border-color: #D085DC;
}
</style>