Shades of Orchid #D084DB
Tints of Orchid #D084DB
RGB
CMYK
RGB Variations
Color information
#D084DB (or 0xD084DB) is known color: Orchid. HEX triplet: D0, 84 and DB. RGB value is (208,132,219). Sum of RGB (Red+Green+Blue) = 208+132+219=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #D084DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084DB is #2F7B24. Grayscale: #A4A4A4. Windows color (decimal): -3111717 or 14386384. OLE color: 14386384.
HSL color Cylindrical-coordinate representation of color #D084DB: hue angle of 292.41º 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 #D084DB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 132 | 219 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.14 |
| HSL | 292.41º | 0.55% | 0.69% | - |
| HSV(B) | 292.41º | 0.4% | 0.86% | - |
| XYZ | 47.05 | 35.03 | 71.3 | - |
| YUV | 164.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 219 | 0.05 | 0.40 | 0 | 0.14 | 292.41 | 0.55 | 0.69 |
| Hex | D0 | 84 | DB | 5 | 28 | 0 | E | 124 | 37 | 45 |
| Octal | 320 | 204 | 333 | 5 | 50 | 0 | 16 | 444 | 67 | 105 |
| Binary | 11010000 | 10000100 | 11011011 | 101 | 101000 | 0 | 1110 | 100100100 | 110111 | 1000101 |
Color Harmonies of #D084DB
Complementary color
Monochromatic Colors of #D084DB
Black with #D084DB
Text Example
Text Example
White with #D084DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084DB; }
p { color: rgb(208,132,219); }
H1.HeaderClassName
{
color: #D084DB;
}
.AnyTagClassName
{
color: #D084DB;
}
</style>
background-color css
<style>
a { background-color: #D084DB; }
a { background-color: rgb(208,132,219); }
div.DivClassName
{
background-color: #D084DB;
}
.BgClassName
{
background-color: #D084DB;
}
</style>
border-color css
<style>
span { border-color: #D084DB; }
span { border-color: rgb(208,132,219); }
td.TdClassName
{
border-color: #D084DB;
}
.TagClassName
{
border-color: #D084DB;
}
</style>