Shades of Orchid #D081C8
Tints of Orchid #D081C8
RGB
CMYK
RGB Variations
Color information
#D081C8 (or 0xD081C8) is known color: Orchid. HEX triplet: D0, 81 and C8. RGB value is (208,129,200). Sum of RGB (Red+Green+Blue) = 208+129+200=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D081C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081C8 is #2F7E37. Grayscale: #A0A0A0. Windows color (decimal): -3112504 or 13140432. OLE color: 13140432.
HSL color Cylindrical-coordinate representation of color #D081C8: hue angle of 306.08º 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 #D081C8 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 200 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.18 |
| HSL | 306.08º | 0.46% | 0.66% | - |
| HSV(B) | 306.08º | 0.38% | 0.82% | - |
| XYZ | 44.29 | 33.28 | 58.73 | - |
| YUV | 160.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 200 | 0 | 0.38 | 0.04 | 0.18 | 306.08 | 0.46 | 0.66 |
| Hex | D0 | 81 | C8 | 0 | 26 | 4 | 12 | 132 | 2E | 42 |
| Octal | 320 | 201 | 310 | 0 | 46 | 4 | 22 | 462 | 56 | 102 |
| Binary | 11010000 | 10000001 | 11001000 | 0 | 100110 | 100 | 10010 | 100110010 | 101110 | 1000010 |
Color Harmonies of #D081C8
Complementary color
Monochromatic Colors of #D081C8
Black with #D081C8
Text Example
Text Example
White with #D081C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081C8; }
p { color: rgb(208,129,200); }
H1.HeaderClassName
{
color: #D081C8;
}
.AnyTagClassName
{
color: #D081C8;
}
</style>
background-color css
<style>
a { background-color: #D081C8; }
a { background-color: rgb(208,129,200); }
div.DivClassName
{
background-color: #D081C8;
}
.BgClassName
{
background-color: #D081C8;
}
</style>
border-color css
<style>
span { border-color: #D081C8; }
span { border-color: rgb(208,129,200); }
td.TdClassName
{
border-color: #D081C8;
}
.TagClassName
{
border-color: #D081C8;
}
</style>