Shades of Orchid #D081BD
Tints of Orchid #D081BD
RGB
CMYK
RGB Variations
Color information
#D081BD (or 0xD081BD) is known color: Orchid. HEX triplet: D0, 81 and BD. RGB value is (208,129,189). Sum of RGB (Red+Green+Blue) = 208+129+189=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D081BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081BD is #2F7E42. Grayscale: #9F9F9F. Windows color (decimal): -3112515 or 12419536. OLE color: 12419536.
HSL color Cylindrical-coordinate representation of color #D081BD: hue angle of 314.43º 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 #D081BD is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 189 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.18 |
| HSL | 314.43º | 0.46% | 0.66% | - |
| HSV(B) | 314.43º | 0.38% | 0.82% | - |
| XYZ | 43.05 | 32.78 | 52.2 | - |
| YUV | 159.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 189 | 0 | 0.38 | 0.09 | 0.18 | 314.43 | 0.46 | 0.66 |
| Hex | D0 | 81 | BD | 0 | 26 | 9 | 12 | 13A | 2E | 42 |
| Octal | 320 | 201 | 275 | 0 | 46 | 11 | 22 | 472 | 56 | 102 |
| Binary | 11010000 | 10000001 | 10111101 | 0 | 100110 | 1001 | 10010 | 100111010 | 101110 | 1000010 |
Color Harmonies of #D081BD
Complementary color
Monochromatic Colors of #D081BD
Black with #D081BD
Text Example
Text Example
White with #D081BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081BD; }
p { color: rgb(208,129,189); }
H1.HeaderClassName
{
color: #D081BD;
}
.AnyTagClassName
{
color: #D081BD;
}
</style>
background-color css
<style>
a { background-color: #D081BD; }
a { background-color: rgb(208,129,189); }
div.DivClassName
{
background-color: #D081BD;
}
.BgClassName
{
background-color: #D081BD;
}
</style>
border-color css
<style>
span { border-color: #D081BD; }
span { border-color: rgb(208,129,189); }
td.TdClassName
{
border-color: #D081BD;
}
.TagClassName
{
border-color: #D081BD;
}
</style>