Shades of Orchid #DC84CF
Tints of Orchid #DC84CF
RGB
CMYK
RGB Variations
Color information
#DC84CF (or 0xDC84CF) is known color: Orchid. HEX triplet: DC, 84 and CF. RGB value is (220,132,207). Sum of RGB (Red+Green+Blue) = 220+132+207=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84CF is #237B30. Grayscale: #A6A6A6. Windows color (decimal): -2325297 or 13599964. OLE color: 13599964.
HSL color Cylindrical-coordinate representation of color #DC84CF: hue angle of 308.86º 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 #DC84CF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 207 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.14 |
| HSL | 308.86º | 0.56% | 0.69% | - |
| HSV(B) | 308.86º | 0.4% | 0.86% | - |
| XYZ | 49.03 | 36.22 | 63.44 | - |
| YUV | 166.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 207 | 0 | 0.40 | 0.06 | 0.14 | 308.86 | 0.56 | 0.69 |
| Hex | DC | 84 | CF | 0 | 28 | 6 | E | 135 | 38 | 45 |
| Octal | 334 | 204 | 317 | 0 | 50 | 6 | 16 | 465 | 70 | 105 |
| Binary | 11011100 | 10000100 | 11001111 | 0 | 101000 | 110 | 1110 | 100110101 | 111000 | 1000101 |
Color Harmonies of #DC84CF
Complementary color
Monochromatic Colors of #DC84CF
Black with #DC84CF
Text Example
Text Example
White with #DC84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84CF; }
p { color: rgb(220,132,207); }
H1.HeaderClassName
{
color: #DC84CF;
}
.AnyTagClassName
{
color: #DC84CF;
}
</style>
background-color css
<style>
a { background-color: #DC84CF; }
a { background-color: rgb(220,132,207); }
div.DivClassName
{
background-color: #DC84CF;
}
.BgClassName
{
background-color: #DC84CF;
}
</style>
border-color css
<style>
span { border-color: #DC84CF; }
span { border-color: rgb(220,132,207); }
td.TdClassName
{
border-color: #DC84CF;
}
.TagClassName
{
border-color: #DC84CF;
}
</style>