Shades of Orchid #D280DB
Tints of Orchid #D280DB
RGB
CMYK
RGB Variations
Color information
#D280DB (or 0xD280DB) is known color: Orchid. HEX triplet: D2, 80 and DB. RGB value is (210,128,219). Sum of RGB (Red+Green+Blue) = 210+128+219=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #D280DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280DB is #2D7F24. Grayscale: #A2A2A2. Windows color (decimal): -2981669 or 14385362. OLE color: 14385362.
HSL color Cylindrical-coordinate representation of color #D280DB: hue angle of 294.07º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D280DB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 128 | 219 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.14 |
| HSL | 294.07º | 0.56% | 0.68% | - |
| HSV(B) | 294.07º | 0.42% | 0.86% | - |
| XYZ | 47.08 | 34.25 | 71.15 | - |
| YUV | 162.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 219 | 0.04 | 0.42 | 0 | 0.14 | 294.07 | 0.56 | 0.68 |
| Hex | D2 | 80 | DB | 4 | 2A | 0 | E | 126 | 38 | 44 |
| Octal | 322 | 200 | 333 | 4 | 52 | 0 | 16 | 446 | 70 | 104 |
| Binary | 11010010 | 10000000 | 11011011 | 100 | 101010 | 0 | 1110 | 100100110 | 111000 | 1000100 |
Color Harmonies of #D280DB
Complementary color
Monochromatic Colors of #D280DB
Black with #D280DB
Text Example
Text Example
White with #D280DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280DB; }
p { color: rgb(210,128,219); }
H1.HeaderClassName
{
color: #D280DB;
}
.AnyTagClassName
{
color: #D280DB;
}
</style>
background-color css
<style>
a { background-color: #D280DB; }
a { background-color: rgb(210,128,219); }
div.DivClassName
{
background-color: #D280DB;
}
.BgClassName
{
background-color: #D280DB;
}
</style>
border-color css
<style>
span { border-color: #D280DB; }
span { border-color: rgb(210,128,219); }
td.TdClassName
{
border-color: #D280DB;
}
.TagClassName
{
border-color: #D280DB;
}
</style>