Shades of Orchid #D081C0
Tints of Orchid #D081C0
RGB
CMYK
RGB Variations
Color information
#D081C0 (or 0xD081C0) is known color: Orchid. HEX triplet: D0, 81 and C0. RGB value is (208,129,192). Sum of RGB (Red+Green+Blue) = 208+129+192=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D081C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081C0 is #2F7E3F. Grayscale: #9F9F9F. Windows color (decimal): -3112512 or 12616144. OLE color: 12616144.
HSL color Cylindrical-coordinate representation of color #D081C0: hue angle of 312.15º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D081C0 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 192 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.18 |
| HSL | 312.15º | 0.46% | 0.66% | - |
| HSV(B) | 312.15º | 0.38% | 0.82% | - |
| XYZ | 43.38 | 32.92 | 53.94 | - |
| YUV | 159.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 192 | 0 | 0.38 | 0.08 | 0.18 | 312.15 | 0.46 | 0.66 |
| Hex | D0 | 81 | C0 | 0 | 26 | 8 | 12 | 138 | 2E | 42 |
| Octal | 320 | 201 | 300 | 0 | 46 | 10 | 22 | 470 | 56 | 102 |
| Binary | 11010000 | 10000001 | 11000000 | 0 | 100110 | 1000 | 10010 | 100111000 | 101110 | 1000010 |
Color Harmonies of #D081C0
Complementary color
Monochromatic Colors of #D081C0
Black with #D081C0
Text Example
Text Example
White with #D081C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081C0; }
p { color: rgb(208,129,192); }
H1.HeaderClassName
{
color: #D081C0;
}
.AnyTagClassName
{
color: #D081C0;
}
</style>
background-color css
<style>
a { background-color: #D081C0; }
a { background-color: rgb(208,129,192); }
div.DivClassName
{
background-color: #D081C0;
}
.BgClassName
{
background-color: #D081C0;
}
</style>
border-color css
<style>
span { border-color: #D081C0; }
span { border-color: rgb(208,129,192); }
td.TdClassName
{
border-color: #D081C0;
}
.TagClassName
{
border-color: #D081C0;
}
</style>