Shades of Orchid #D080BC
Tints of Orchid #D080BC
RGB
CMYK
RGB Variations
Color information
#D080BC (or 0xD080BC) is known color: Orchid. HEX triplet: D0, 80 and BC. RGB value is (208,128,188). Sum of RGB (Red+Green+Blue) = 208+128+188=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D080BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080BC is #2F7F43. Grayscale: #9E9E9E. Windows color (decimal): -3112772 or 12353744. OLE color: 12353744.
HSL color Cylindrical-coordinate representation of color #D080BC: hue angle of 315º 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 #D080BC is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 188 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.18 |
| HSL | 315º | 0.46% | 0.66% | - |
| HSV(B) | 315º | 0.38% | 0.82% | - |
| XYZ | 42.81 | 32.48 | 51.59 | - |
| YUV | 158.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 188 | 0 | 0.38 | 0.10 | 0.18 | 315 | 0.46 | 0.66 |
| Hex | D0 | 80 | BC | 0 | 26 | A | 12 | 13B | 2E | 42 |
| Octal | 320 | 200 | 274 | 0 | 46 | 12 | 22 | 473 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10111100 | 0 | 100110 | 1010 | 10010 | 100111011 | 101110 | 1000010 |
Color Harmonies of #D080BC
Complementary color
Monochromatic Colors of #D080BC
Black with #D080BC
Text Example
Text Example
White with #D080BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080BC; }
p { color: rgb(208,128,188); }
H1.HeaderClassName
{
color: #D080BC;
}
.AnyTagClassName
{
color: #D080BC;
}
</style>
background-color css
<style>
a { background-color: #D080BC; }
a { background-color: rgb(208,128,188); }
div.DivClassName
{
background-color: #D080BC;
}
.BgClassName
{
background-color: #D080BC;
}
</style>
border-color css
<style>
span { border-color: #D080BC; }
span { border-color: rgb(208,128,188); }
td.TdClassName
{
border-color: #D080BC;
}
.TagClassName
{
border-color: #D080BC;
}
</style>