Shades of Orchid #DC84DB
Tints of Orchid #DC84DB
RGB
CMYK
RGB Variations
Color information
#DC84DB (or 0xDC84DB) is known color: Orchid. HEX triplet: DC, 84 and DB. RGB value is (220,132,219). Sum of RGB (Red+Green+Blue) = 220+132+219=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84DB is #237B24. Grayscale: #A7A7A7. Windows color (decimal): -2325285 or 14386396. OLE color: 14386396.
HSL color Cylindrical-coordinate representation of color #DC84DB: hue angle of 300.68º degrees, saturation: 0.56, 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 #DC84DB is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 219 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.14 |
| HSL | 300.68º | 0.56% | 0.69% | - |
| HSV(B) | 300.68º | 0.4% | 0.86% | - |
| XYZ | 50.55 | 36.83 | 71.46 | - |
| YUV | 168.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 219 | 0 | 0.40 | 0.00 | 0.14 | 300.68 | 0.56 | 0.69 |
| Hex | DC | 84 | DB | 0 | 28 | 0 | E | 12D | 38 | 45 |
| Octal | 334 | 204 | 333 | 0 | 50 | 0 | 16 | 455 | 70 | 105 |
| Binary | 11011100 | 10000100 | 11011011 | 0 | 101000 | 0 | 1110 | 100101101 | 111000 | 1000101 |
Color Harmonies of #DC84DB
Complementary color
Monochromatic Colors of #DC84DB
Black with #DC84DB
Text Example
Text Example
White with #DC84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84DB; }
p { color: rgb(220,132,219); }
H1.HeaderClassName
{
color: #DC84DB;
}
.AnyTagClassName
{
color: #DC84DB;
}
</style>
background-color css
<style>
a { background-color: #DC84DB; }
a { background-color: rgb(220,132,219); }
div.DivClassName
{
background-color: #DC84DB;
}
.BgClassName
{
background-color: #DC84DB;
}
</style>
border-color css
<style>
span { border-color: #DC84DB; }
span { border-color: rgb(220,132,219); }
td.TdClassName
{
border-color: #DC84DB;
}
.TagClassName
{
border-color: #DC84DB;
}
</style>