Shades of Orchid #DC84D3
Tints of Orchid #DC84D3
RGB
CMYK
RGB Variations
Color information
#DC84D3 (or 0xDC84D3) is known color: Orchid. HEX triplet: DC, 84 and D3. RGB value is (220,132,211). Sum of RGB (Red+Green+Blue) = 220+132+211=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84D3 is #237B2C. Grayscale: #A7A7A7. Windows color (decimal): -2325293 or 13862108. OLE color: 13862108.
HSL color Cylindrical-coordinate representation of color #DC84D3: hue angle of 306.14º 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 #DC84D3 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 211 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.14 |
| HSL | 306.14º | 0.56% | 0.69% | - |
| HSV(B) | 306.14º | 0.4% | 0.86% | - |
| XYZ | 49.52 | 36.42 | 66.05 | - |
| YUV | 167.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 211 | 0 | 0.40 | 0.04 | 0.14 | 306.14 | 0.56 | 0.69 |
| Hex | DC | 84 | D3 | 0 | 28 | 4 | E | 132 | 38 | 45 |
| Octal | 334 | 204 | 323 | 0 | 50 | 4 | 16 | 462 | 70 | 105 |
| Binary | 11011100 | 10000100 | 11010011 | 0 | 101000 | 100 | 1110 | 100110010 | 111000 | 1000101 |
Color Harmonies of #DC84D3
Complementary color
Monochromatic Colors of #DC84D3
Black with #DC84D3
Text Example
Text Example
White with #DC84D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84D3; }
p { color: rgb(220,132,211); }
H1.HeaderClassName
{
color: #DC84D3;
}
.AnyTagClassName
{
color: #DC84D3;
}
</style>
background-color css
<style>
a { background-color: #DC84D3; }
a { background-color: rgb(220,132,211); }
div.DivClassName
{
background-color: #DC84D3;
}
.BgClassName
{
background-color: #DC84D3;
}
</style>
border-color css
<style>
span { border-color: #DC84D3; }
span { border-color: rgb(220,132,211); }
td.TdClassName
{
border-color: #DC84D3;
}
.TagClassName
{
border-color: #DC84D3;
}
</style>