Shades of Orchid #D284DB
Tints of Orchid #D284DB
RGB
CMYK
RGB Variations
Color information
#D284DB (or 0xD284DB) is known color: Orchid. HEX triplet: D2, 84 and DB. RGB value is (210,132,219). Sum of RGB (Red+Green+Blue) = 210+132+219=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #D284DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284DB is #2D7B24. Grayscale: #A4A4A4. Windows color (decimal): -2980645 or 14386386. OLE color: 14386386.
HSL color Cylindrical-coordinate representation of color #D284DB: hue angle of 293.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D284DB is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 132 | 219 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.14 |
| HSL | 293.79º | 0.55% | 0.69% | - |
| HSV(B) | 293.79º | 0.4% | 0.86% | - |
| XYZ | 47.62 | 35.32 | 71.33 | - |
| YUV | 165.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 219 | 0.04 | 0.40 | 0 | 0.14 | 293.79 | 0.55 | 0.69 |
| Hex | D2 | 84 | DB | 4 | 28 | 0 | E | 126 | 37 | 45 |
| Octal | 322 | 204 | 333 | 4 | 50 | 0 | 16 | 446 | 67 | 105 |
| Binary | 11010010 | 10000100 | 11011011 | 100 | 101000 | 0 | 1110 | 100100110 | 110111 | 1000101 |
Color Harmonies of #D284DB
Complementary color
Monochromatic Colors of #D284DB
Black with #D284DB
Text Example
Text Example
White with #D284DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284DB; }
p { color: rgb(210,132,219); }
H1.HeaderClassName
{
color: #D284DB;
}
.AnyTagClassName
{
color: #D284DB;
}
</style>
background-color css
<style>
a { background-color: #D284DB; }
a { background-color: rgb(210,132,219); }
div.DivClassName
{
background-color: #D284DB;
}
.BgClassName
{
background-color: #D284DB;
}
</style>
border-color css
<style>
span { border-color: #D284DB; }
span { border-color: rgb(210,132,219); }
td.TdClassName
{
border-color: #D284DB;
}
.TagClassName
{
border-color: #D284DB;
}
</style>