Shades of Orchid #DC84DD
Tints of Orchid #DC84DD
RGB
CMYK
RGB Variations
Color information
#DC84DD (or 0xDC84DD) is known color: Orchid. HEX triplet: DC, 84 and DD. RGB value is (220,132,221). Sum of RGB (Red+Green+Blue) = 220+132+221=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84DD is #237B22. Grayscale: #A8A8A8. Windows color (decimal): -2325283 or 14517468. OLE color: 14517468.
HSL color Cylindrical-coordinate representation of color #DC84DD: hue angle of 299.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC84DD is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 132 | 221 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.13 |
| HSL | 299.33º | 0.57% | 0.69% | - |
| HSV(B) | 299.33º | 0.4% | 0.87% | - |
| XYZ | 50.82 | 36.94 | 72.86 | - |
| YUV | 168.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 221 | 0.00 | 0.40 | 0 | 0.13 | 299.33 | 0.57 | 0.69 |
| Hex | DC | 84 | DD | 0 | 28 | 0 | D | 12B | 39 | 45 |
| Octal | 334 | 204 | 335 | 0 | 50 | 0 | 15 | 453 | 71 | 105 |
| Binary | 11011100 | 10000100 | 11011101 | 0 | 101000 | 0 | 1101 | 100101011 | 111001 | 1000101 |
Color Harmonies of #DC84DD
Complementary color
Monochromatic Colors of #DC84DD
Black with #DC84DD
Text Example
Text Example
White with #DC84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84DD; }
p { color: rgb(220,132,221); }
H1.HeaderClassName
{
color: #DC84DD;
}
.AnyTagClassName
{
color: #DC84DD;
}
</style>
background-color css
<style>
a { background-color: #DC84DD; }
a { background-color: rgb(220,132,221); }
div.DivClassName
{
background-color: #DC84DD;
}
.BgClassName
{
background-color: #DC84DD;
}
</style>
border-color css
<style>
span { border-color: #DC84DD; }
span { border-color: rgb(220,132,221); }
td.TdClassName
{
border-color: #DC84DD;
}
.TagClassName
{
border-color: #DC84DD;
}
</style>