Shades of Orchid #D081DC
Tints of Orchid #D081DC
RGB
CMYK
RGB Variations
Color information
#D081DC (or 0xD081DC) is known color: Orchid. HEX triplet: D0, 81 and DC. RGB value is (208,129,220). Sum of RGB (Red+Green+Blue) = 208+129+220=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #D081DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081DC is #2F7E23. Grayscale: #A2A2A2. Windows color (decimal): -3112484 or 14451152. OLE color: 14451152.
HSL color Cylindrical-coordinate representation of color #D081DC: hue angle of 292.09º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D081DC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 129 | 220 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.14 |
| HSL | 292.09º | 0.57% | 0.68% | - |
| HSV(B) | 292.09º | 0.41% | 0.86% | - |
| XYZ | 46.78 | 34.28 | 71.86 | - |
| YUV | 163 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 220 | 0.05 | 0.41 | 0 | 0.14 | 292.09 | 0.57 | 0.68 |
| Hex | D0 | 81 | DC | 5 | 29 | 0 | E | 124 | 39 | 44 |
| Octal | 320 | 201 | 334 | 5 | 51 | 0 | 16 | 444 | 71 | 104 |
| Binary | 11010000 | 10000001 | 11011100 | 101 | 101001 | 0 | 1110 | 100100100 | 111001 | 1000100 |
Color Harmonies of #D081DC
Complementary color
Monochromatic Colors of #D081DC
Black with #D081DC
Text Example
Text Example
White with #D081DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081DC; }
p { color: rgb(208,129,220); }
H1.HeaderClassName
{
color: #D081DC;
}
.AnyTagClassName
{
color: #D081DC;
}
</style>
background-color css
<style>
a { background-color: #D081DC; }
a { background-color: rgb(208,129,220); }
div.DivClassName
{
background-color: #D081DC;
}
.BgClassName
{
background-color: #D081DC;
}
</style>
border-color css
<style>
span { border-color: #D081DC; }
span { border-color: rgb(208,129,220); }
td.TdClassName
{
border-color: #D081DC;
}
.TagClassName
{
border-color: #D081DC;
}
</style>