Shades of Orchid #D280BE
Tints of Orchid #D280BE
RGB
CMYK
RGB Variations
Color information
#D280BE (or 0xD280BE) is known color: Orchid. HEX triplet: D2, 80 and BE. RGB value is (210,128,190). Sum of RGB (Red+Green+Blue) = 210+128+190=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D280BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280BE is #2D7F41. Grayscale: #9F9F9F. Windows color (decimal): -2981698 or 12484818. OLE color: 12484818.
HSL color Cylindrical-coordinate representation of color #D280BE: hue angle of 314.63º 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 #D280BE is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 190 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.18 |
| HSL | 314.63º | 0.48% | 0.66% | - |
| HSV(B) | 314.63º | 0.39% | 0.82% | - |
| XYZ | 43.59 | 32.86 | 52.76 | - |
| YUV | 159.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 190 | 0 | 0.39 | 0.10 | 0.18 | 314.63 | 0.48 | 0.66 |
| Hex | D2 | 80 | BE | 0 | 27 | A | 12 | 13B | 30 | 42 |
| Octal | 322 | 200 | 276 | 0 | 47 | 12 | 22 | 473 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10111110 | 0 | 100111 | 1010 | 10010 | 100111011 | 110000 | 1000010 |
Color Harmonies of #D280BE
Complementary color
Monochromatic Colors of #D280BE
Black with #D280BE
Text Example
Text Example
White with #D280BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280BE; }
p { color: rgb(210,128,190); }
H1.HeaderClassName
{
color: #D280BE;
}
.AnyTagClassName
{
color: #D280BE;
}
</style>
background-color css
<style>
a { background-color: #D280BE; }
a { background-color: rgb(210,128,190); }
div.DivClassName
{
background-color: #D280BE;
}
.BgClassName
{
background-color: #D280BE;
}
</style>
border-color css
<style>
span { border-color: #D280BE; }
span { border-color: rgb(210,128,190); }
td.TdClassName
{
border-color: #D280BE;
}
.TagClassName
{
border-color: #D280BE;
}
</style>