Shades of Orchid #D081CB
Tints of Orchid #D081CB
RGB
CMYK
RGB Variations
Color information
#D081CB (or 0xD081CB) is known color: Orchid. HEX triplet: D0, 81 and CB. RGB value is (208,129,203). Sum of RGB (Red+Green+Blue) = 208+129+203=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D081CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081CB is #2F7E34. Grayscale: #A0A0A0. Windows color (decimal): -3112501 or 13337040. OLE color: 13337040.
HSL color Cylindrical-coordinate representation of color #D081CB: hue angle of 303.8º 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 #D081CB is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 203 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.18 |
| HSL | 303.8º | 0.46% | 0.66% | - |
| HSV(B) | 303.8º | 0.38% | 0.82% | - |
| XYZ | 44.64 | 33.42 | 60.6 | - |
| YUV | 161.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 203 | 0 | 0.38 | 0.02 | 0.18 | 303.8 | 0.46 | 0.66 |
| Hex | D0 | 81 | CB | 0 | 26 | 2 | 12 | 130 | 2E | 42 |
| Octal | 320 | 201 | 313 | 0 | 46 | 2 | 22 | 460 | 56 | 102 |
| Binary | 11010000 | 10000001 | 11001011 | 0 | 100110 | 10 | 10010 | 100110000 | 101110 | 1000010 |
Color Harmonies of #D081CB
Complementary color
Monochromatic Colors of #D081CB
Black with #D081CB
Text Example
Text Example
White with #D081CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081CB; }
p { color: rgb(208,129,203); }
H1.HeaderClassName
{
color: #D081CB;
}
.AnyTagClassName
{
color: #D081CB;
}
</style>
background-color css
<style>
a { background-color: #D081CB; }
a { background-color: rgb(208,129,203); }
div.DivClassName
{
background-color: #D081CB;
}
.BgClassName
{
background-color: #D081CB;
}
</style>
border-color css
<style>
span { border-color: #D081CB; }
span { border-color: rgb(208,129,203); }
td.TdClassName
{
border-color: #D081CB;
}
.TagClassName
{
border-color: #D081CB;
}
</style>