Shades of Orchid #DC84DC
Tints of Orchid #DC84DC
RGB
CMYK
RGB Variations
Color information
#DC84DC (or 0xDC84DC) is known color: Orchid. HEX triplet: DC, 84 and DC. RGB value is (220,132,220). Sum of RGB (Red+Green+Blue) = 220+132+220=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84DC is #237B23. Grayscale: #A8A8A8. Windows color (decimal): -2325284 or 14451932. OLE color: 14451932.
HSL color Cylindrical-coordinate representation of color #DC84DC: hue angle of 300º 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 #DC84DC is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 220 | - |
| CMYK | 0 | 0.40 | 0 | 0.14 |
| HSL | 300º | 0.56% | 0.69% | - |
| HSV(B) | 300º | 0.4% | 0.86% | - |
| XYZ | 50.68 | 36.89 | 72.16 | - |
| YUV | 168.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 220 | 0 | 0.40 | 0 | 0.14 | 300 | 0.56 | 0.69 |
| Hex | DC | 84 | DC | 0 | 28 | 0 | E | 12C | 38 | 45 |
| Octal | 334 | 204 | 334 | 0 | 50 | 0 | 16 | 454 | 70 | 105 |
| Binary | 11011100 | 10000100 | 11011100 | 0 | 101000 | 0 | 1110 | 100101100 | 111000 | 1000101 |
Color Harmonies of #DC84DC
Complementary color
Monochromatic Colors of #DC84DC
Black with #DC84DC
Text Example
Text Example
White with #DC84DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84DC; }
p { color: rgb(220,132,220); }
H1.HeaderClassName
{
color: #DC84DC;
}
.AnyTagClassName
{
color: #DC84DC;
}
</style>
background-color css
<style>
a { background-color: #DC84DC; }
a { background-color: rgb(220,132,220); }
div.DivClassName
{
background-color: #DC84DC;
}
.BgClassName
{
background-color: #DC84DC;
}
</style>
border-color css
<style>
span { border-color: #DC84DC; }
span { border-color: rgb(220,132,220); }
td.TdClassName
{
border-color: #DC84DC;
}
.TagClassName
{
border-color: #DC84DC;
}
</style>