Shades of Orchid #DC84D4
Tints of Orchid #DC84D4
RGB
CMYK
RGB Variations
Color information
#DC84D4 (or 0xDC84D4) is known color: Orchid. HEX triplet: DC, 84 and D4. RGB value is (220,132,212). Sum of RGB (Red+Green+Blue) = 220+132+212=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84D4 is #237B2B. Grayscale: #A7A7A7. Windows color (decimal): -2325292 or 13927644. OLE color: 13927644.
HSL color Cylindrical-coordinate representation of color #DC84D4: hue angle of 305.45º 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 #DC84D4 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 212 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.14 |
| HSL | 305.45º | 0.56% | 0.69% | - |
| HSV(B) | 305.45º | 0.4% | 0.86% | - |
| XYZ | 49.65 | 36.47 | 66.71 | - |
| YUV | 167.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 212 | 0 | 0.40 | 0.04 | 0.14 | 305.45 | 0.56 | 0.69 |
| Hex | DC | 84 | D4 | 0 | 28 | 4 | E | 131 | 38 | 45 |
| Octal | 334 | 204 | 324 | 0 | 50 | 4 | 16 | 461 | 70 | 105 |
| Binary | 11011100 | 10000100 | 11010100 | 0 | 101000 | 100 | 1110 | 100110001 | 111000 | 1000101 |
Color Harmonies of #DC84D4
Complementary color
Monochromatic Colors of #DC84D4
Black with #DC84D4
Text Example
Text Example
White with #DC84D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84D4; }
p { color: rgb(220,132,212); }
H1.HeaderClassName
{
color: #DC84D4;
}
.AnyTagClassName
{
color: #DC84D4;
}
</style>
background-color css
<style>
a { background-color: #DC84D4; }
a { background-color: rgb(220,132,212); }
div.DivClassName
{
background-color: #DC84D4;
}
.BgClassName
{
background-color: #DC84D4;
}
</style>
border-color css
<style>
span { border-color: #DC84D4; }
span { border-color: rgb(220,132,212); }
td.TdClassName
{
border-color: #DC84D4;
}
.TagClassName
{
border-color: #DC84D4;
}
</style>