Shades of Orchid #DC84D2
Tints of Orchid #DC84D2
RGB
CMYK
RGB Variations
Color information
#DC84D2 (or 0xDC84D2) is known color: Orchid. HEX triplet: DC, 84 and D2. RGB value is (220,132,210). Sum of RGB (Red+Green+Blue) = 220+132+210=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84D2 is #237B2D. Grayscale: #A6A6A6. Windows color (decimal): -2325294 or 13796572. OLE color: 13796572.
HSL color Cylindrical-coordinate representation of color #DC84D2: hue angle of 306.82º 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 #DC84D2 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 210 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.14 |
| HSL | 306.82º | 0.56% | 0.69% | - |
| HSV(B) | 306.82º | 0.4% | 0.86% | - |
| XYZ | 49.4 | 36.37 | 65.39 | - |
| YUV | 167.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 210 | 0 | 0.40 | 0.05 | 0.14 | 306.82 | 0.56 | 0.69 |
| Hex | DC | 84 | D2 | 0 | 28 | 5 | E | 133 | 38 | 45 |
| Octal | 334 | 204 | 322 | 0 | 50 | 5 | 16 | 463 | 70 | 105 |
| Binary | 11011100 | 10000100 | 11010010 | 0 | 101000 | 101 | 1110 | 100110011 | 111000 | 1000101 |
Color Harmonies of #DC84D2
Complementary color
Monochromatic Colors of #DC84D2
Black with #DC84D2
Text Example
Text Example
White with #DC84D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84D2; }
p { color: rgb(220,132,210); }
H1.HeaderClassName
{
color: #DC84D2;
}
.AnyTagClassName
{
color: #DC84D2;
}
</style>
background-color css
<style>
a { background-color: #DC84D2; }
a { background-color: rgb(220,132,210); }
div.DivClassName
{
background-color: #DC84D2;
}
.BgClassName
{
background-color: #DC84D2;
}
</style>
border-color css
<style>
span { border-color: #DC84D2; }
span { border-color: rgb(220,132,210); }
td.TdClassName
{
border-color: #DC84D2;
}
.TagClassName
{
border-color: #DC84D2;
}
</style>