Shades of Orchid #DC7CCE
Tints of Orchid #DC7CCE
RGB
CMYK
RGB Variations
Color information
#DC7CCE (or 0xDC7CCE) is known color: Orchid. HEX triplet: DC, 7C and CE. RGB value is (220,124,206). Sum of RGB (Red+Green+Blue) = 220+124+206=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CCE is #238331. Grayscale: #A1A1A1. Windows color (decimal): -2327346 or 13532380. OLE color: 13532380.
HSL color Cylindrical-coordinate representation of color #DC7CCE: hue angle of 308.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CCE is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 206 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.14 |
| HSL | 308.75º | 0.58% | 0.67% | - |
| HSV(B) | 308.75º | 0.44% | 0.86% | - |
| XYZ | 47.86 | 34.09 | 62.45 | - |
| YUV | 162.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 206 | 0 | 0.44 | 0.06 | 0.14 | 308.75 | 0.58 | 0.67 |
| Hex | DC | 7C | CE | 0 | 2C | 6 | E | 135 | 3A | 43 |
| Octal | 334 | 174 | 316 | 0 | 54 | 6 | 16 | 465 | 72 | 103 |
| Binary | 11011100 | 1111100 | 11001110 | 0 | 101100 | 110 | 1110 | 100110101 | 111010 | 1000011 |
Color Harmonies of #DC7CCE
Complementary color
Monochromatic Colors of #DC7CCE
Black with #DC7CCE
Text Example
Text Example
White with #DC7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CCE; }
p { color: rgb(220,124,206); }
H1.HeaderClassName
{
color: #DC7CCE;
}
.AnyTagClassName
{
color: #DC7CCE;
}
</style>
background-color css
<style>
a { background-color: #DC7CCE; }
a { background-color: rgb(220,124,206); }
div.DivClassName
{
background-color: #DC7CCE;
}
.BgClassName
{
background-color: #DC7CCE;
}
</style>
border-color css
<style>
span { border-color: #DC7CCE; }
span { border-color: rgb(220,124,206); }
td.TdClassName
{
border-color: #DC7CCE;
}
.TagClassName
{
border-color: #DC7CCE;
}
</style>