Shades of Orchid #D081CE
Tints of Orchid #D081CE
RGB
CMYK
RGB Variations
Color information
#D081CE (or 0xD081CE) is known color: Orchid. HEX triplet: D0, 81 and CE. RGB value is (208,129,206). Sum of RGB (Red+Green+Blue) = 208+129+206=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D081CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081CE is #2F7E31. Grayscale: #A1A1A1. Windows color (decimal): -3112498 or 13533648. OLE color: 13533648.
HSL color Cylindrical-coordinate representation of color #D081CE: hue angle of 301.52º 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 #D081CE is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 206 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.18 |
| HSL | 301.52º | 0.46% | 0.66% | - |
| HSV(B) | 301.52º | 0.38% | 0.82% | - |
| XYZ | 45 | 33.57 | 62.5 | - |
| YUV | 161.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 206 | 0 | 0.38 | 0.01 | 0.18 | 301.52 | 0.46 | 0.66 |
| Hex | D0 | 81 | CE | 0 | 26 | 1 | 12 | 12E | 2E | 42 |
| Octal | 320 | 201 | 316 | 0 | 46 | 1 | 22 | 456 | 56 | 102 |
| Binary | 11010000 | 10000001 | 11001110 | 0 | 100110 | 1 | 10010 | 100101110 | 101110 | 1000010 |
Color Harmonies of #D081CE
Complementary color
Monochromatic Colors of #D081CE
Black with #D081CE
Text Example
Text Example
White with #D081CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081CE; }
p { color: rgb(208,129,206); }
H1.HeaderClassName
{
color: #D081CE;
}
.AnyTagClassName
{
color: #D081CE;
}
</style>
background-color css
<style>
a { background-color: #D081CE; }
a { background-color: rgb(208,129,206); }
div.DivClassName
{
background-color: #D081CE;
}
.BgClassName
{
background-color: #D081CE;
}
</style>
border-color css
<style>
span { border-color: #D081CE; }
span { border-color: rgb(208,129,206); }
td.TdClassName
{
border-color: #D081CE;
}
.TagClassName
{
border-color: #D081CE;
}
</style>