Shades of Orchid #DC84CE
Tints of Orchid #DC84CE
RGB
CMYK
RGB Variations
Color information
#DC84CE (or 0xDC84CE) is known color: Orchid. HEX triplet: DC, 84 and CE. RGB value is (220,132,206). Sum of RGB (Red+Green+Blue) = 220+132+206=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84CE is #237B31. Grayscale: #A6A6A6. Windows color (decimal): -2325298 or 13534428. OLE color: 13534428.
HSL color Cylindrical-coordinate representation of color #DC84CE: hue angle of 309.55º 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 #DC84CE is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 206 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.14 |
| HSL | 309.55º | 0.56% | 0.69% | - |
| HSV(B) | 309.55º | 0.4% | 0.86% | - |
| XYZ | 48.91 | 36.17 | 62.8 | - |
| YUV | 166.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 206 | 0 | 0.40 | 0.06 | 0.14 | 309.55 | 0.56 | 0.69 |
| Hex | DC | 84 | CE | 0 | 28 | 6 | E | 136 | 38 | 45 |
| Octal | 334 | 204 | 316 | 0 | 50 | 6 | 16 | 466 | 70 | 105 |
| Binary | 11011100 | 10000100 | 11001110 | 0 | 101000 | 110 | 1110 | 100110110 | 111000 | 1000101 |
Color Harmonies of #DC84CE
Complementary color
Monochromatic Colors of #DC84CE
Black with #DC84CE
Text Example
Text Example
White with #DC84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84CE; }
p { color: rgb(220,132,206); }
H1.HeaderClassName
{
color: #DC84CE;
}
.AnyTagClassName
{
color: #DC84CE;
}
</style>
background-color css
<style>
a { background-color: #DC84CE; }
a { background-color: rgb(220,132,206); }
div.DivClassName
{
background-color: #DC84CE;
}
.BgClassName
{
background-color: #DC84CE;
}
</style>
border-color css
<style>
span { border-color: #DC84CE; }
span { border-color: rgb(220,132,206); }
td.TdClassName
{
border-color: #DC84CE;
}
.TagClassName
{
border-color: #DC84CE;
}
</style>