Shades of Orchid #D484DB
Tints of Orchid #D484DB
RGB
CMYK
RGB Variations
Color information
#D484DB (or 0xD484DB) is known color: Orchid. HEX triplet: D4, 84 and DB. RGB value is (212,132,219). Sum of RGB (Red+Green+Blue) = 212+132+219=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #D484DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484DB is #2B7B24. Grayscale: #A5A5A5. Windows color (decimal): -2849573 or 14386388. OLE color: 14386388.
HSL color Cylindrical-coordinate representation of color #D484DB: hue angle of 295.17º 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 #D484DB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 132 | 219 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.14 |
| HSL | 295.17º | 0.55% | 0.69% | - |
| HSV(B) | 295.17º | 0.4% | 0.86% | - |
| XYZ | 48.19 | 35.61 | 71.35 | - |
| YUV | 165.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 219 | 0.03 | 0.40 | 0 | 0.14 | 295.17 | 0.55 | 0.69 |
| Hex | D4 | 84 | DB | 3 | 28 | 0 | E | 127 | 37 | 45 |
| Octal | 324 | 204 | 333 | 3 | 50 | 0 | 16 | 447 | 67 | 105 |
| Binary | 11010100 | 10000100 | 11011011 | 11 | 101000 | 0 | 1110 | 100100111 | 110111 | 1000101 |
Color Harmonies of #D484DB
Complementary color
Monochromatic Colors of #D484DB
Black with #D484DB
Text Example
Text Example
White with #D484DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D484DB; }
p { color: rgb(212,132,219); }
H1.HeaderClassName
{
color: #D484DB;
}
.AnyTagClassName
{
color: #D484DB;
}
</style>
background-color css
<style>
a { background-color: #D484DB; }
a { background-color: rgb(212,132,219); }
div.DivClassName
{
background-color: #D484DB;
}
.BgClassName
{
background-color: #D484DB;
}
</style>
border-color css
<style>
span { border-color: #D484DB; }
span { border-color: rgb(212,132,219); }
td.TdClassName
{
border-color: #D484DB;
}
.TagClassName
{
border-color: #D484DB;
}
</style>