Shades of Orchid #D085C2
Tints of Orchid #D085C2
RGB
CMYK
RGB Variations
Color information
#D085C2 (or 0xD085C2) is known color: Orchid. HEX triplet: D0, 85 and C2. RGB value is (208,133,194). Sum of RGB (Red+Green+Blue) = 208+133+194=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D085C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085C2 is #2F7A3D. Grayscale: #A2A2A2. Windows color (decimal): -3111486 or 12748240. OLE color: 12748240.
HSL color Cylindrical-coordinate representation of color #D085C2: hue angle of 311.2º 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 #D085C2 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 194 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.18 |
| HSL | 311.2º | 0.44% | 0.67% | - |
| HSV(B) | 311.2º | 0.36% | 0.82% | - |
| XYZ | 44.14 | 34.08 | 55.29 | - |
| YUV | 162.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 194 | 0 | 0.36 | 0.07 | 0.18 | 311.2 | 0.44 | 0.67 |
| Hex | D0 | 85 | C2 | 0 | 24 | 7 | 12 | 137 | 2C | 43 |
| Octal | 320 | 205 | 302 | 0 | 44 | 7 | 22 | 467 | 54 | 103 |
| Binary | 11010000 | 10000101 | 11000010 | 0 | 100100 | 111 | 10010 | 100110111 | 101100 | 1000011 |
Color Harmonies of #D085C2
Complementary color
Monochromatic Colors of #D085C2
Black with #D085C2
Text Example
Text Example
White with #D085C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085C2; }
p { color: rgb(208,133,194); }
H1.HeaderClassName
{
color: #D085C2;
}
.AnyTagClassName
{
color: #D085C2;
}
</style>
background-color css
<style>
a { background-color: #D085C2; }
a { background-color: rgb(208,133,194); }
div.DivClassName
{
background-color: #D085C2;
}
.BgClassName
{
background-color: #D085C2;
}
</style>
border-color css
<style>
span { border-color: #D085C2; }
span { border-color: rgb(208,133,194); }
td.TdClassName
{
border-color: #D085C2;
}
.TagClassName
{
border-color: #D085C2;
}
</style>