Shades of Orchid #D280BC
Tints of Orchid #D280BC
RGB
CMYK
RGB Variations
Color information
#D280BC (or 0xD280BC) is known color: Orchid. HEX triplet: D2, 80 and BC. RGB value is (210,128,188). Sum of RGB (Red+Green+Blue) = 210+128+188=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D280BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280BC is #2D7F43. Grayscale: #9F9F9F. Windows color (decimal): -2981700 or 12353746. OLE color: 12353746.
HSL color Cylindrical-coordinate representation of color #D280BC: hue angle of 316.1º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280BC is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 188 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.18 |
| HSL | 316.1º | 0.48% | 0.66% | - |
| HSV(B) | 316.1º | 0.39% | 0.82% | - |
| XYZ | 43.37 | 32.77 | 51.62 | - |
| YUV | 159.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 188 | 0 | 0.39 | 0.10 | 0.18 | 316.1 | 0.48 | 0.66 |
| Hex | D2 | 80 | BC | 0 | 27 | A | 12 | 13C | 30 | 42 |
| Octal | 322 | 200 | 274 | 0 | 47 | 12 | 22 | 474 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10111100 | 0 | 100111 | 1010 | 10010 | 100111100 | 110000 | 1000010 |
Color Harmonies of #D280BC
Complementary color
Monochromatic Colors of #D280BC
Black with #D280BC
Text Example
Text Example
White with #D280BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280BC; }
p { color: rgb(210,128,188); }
H1.HeaderClassName
{
color: #D280BC;
}
.AnyTagClassName
{
color: #D280BC;
}
</style>
background-color css
<style>
a { background-color: #D280BC; }
a { background-color: rgb(210,128,188); }
div.DivClassName
{
background-color: #D280BC;
}
.BgClassName
{
background-color: #D280BC;
}
</style>
border-color css
<style>
span { border-color: #D280BC; }
span { border-color: rgb(210,128,188); }
td.TdClassName
{
border-color: #D280BC;
}
.TagClassName
{
border-color: #D280BC;
}
</style>