Shades of Orchid #D081CD
Tints of Orchid #D081CD
RGB
CMYK
RGB Variations
Color information
#D081CD (or 0xD081CD) is known color: Orchid. HEX triplet: D0, 81 and CD. RGB value is (208,129,205). Sum of RGB (Red+Green+Blue) = 208+129+205=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D081CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081CD is #2F7E32. Grayscale: #A1A1A1. Windows color (decimal): -3112499 or 13468112. OLE color: 13468112.
HSL color Cylindrical-coordinate representation of color #D081CD: hue angle of 302.28º 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 #D081CD is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 205 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.18 |
| HSL | 302.28º | 0.46% | 0.66% | - |
| HSV(B) | 302.28º | 0.38% | 0.82% | - |
| XYZ | 44.88 | 33.52 | 61.86 | - |
| YUV | 161.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 205 | 0 | 0.38 | 0.01 | 0.18 | 302.28 | 0.46 | 0.66 |
| Hex | D0 | 81 | CD | 0 | 26 | 1 | 12 | 12E | 2E | 42 |
| Octal | 320 | 201 | 315 | 0 | 46 | 1 | 22 | 456 | 56 | 102 |
| Binary | 11010000 | 10000001 | 11001101 | 0 | 100110 | 1 | 10010 | 100101110 | 101110 | 1000010 |
Color Harmonies of #D081CD
Complementary color
Monochromatic Colors of #D081CD
Black with #D081CD
Text Example
Text Example
White with #D081CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081CD; }
p { color: rgb(208,129,205); }
H1.HeaderClassName
{
color: #D081CD;
}
.AnyTagClassName
{
color: #D081CD;
}
</style>
background-color css
<style>
a { background-color: #D081CD; }
a { background-color: rgb(208,129,205); }
div.DivClassName
{
background-color: #D081CD;
}
.BgClassName
{
background-color: #D081CD;
}
</style>
border-color css
<style>
span { border-color: #D081CD; }
span { border-color: rgb(208,129,205); }
td.TdClassName
{
border-color: #D081CD;
}
.TagClassName
{
border-color: #D081CD;
}
</style>