Shades of Orchid #DC74CE
Tints of Orchid #DC74CE
RGB
CMYK
RGB Variations
Color information
#DC74CE (or 0xDC74CE) is known color: Orchid. HEX triplet: DC, 74 and CE. RGB value is (220,116,206). Sum of RGB (Red+Green+Blue) = 220+116+206=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74CE is #238B31. Grayscale: #9D9D9D. Windows color (decimal): -2329394 or 13530332. OLE color: 13530332.
HSL color Cylindrical-coordinate representation of color #DC74CE: hue angle of 308.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC74CE is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 206 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.14 |
| HSL | 308.08º | 0.6% | 0.66% | - |
| HSV(B) | 308.08º | 0.47% | 0.86% | - |
| XYZ | 46.9 | 32.16 | 62.13 | - |
| YUV | 157.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 206 | 0 | 0.47 | 0.06 | 0.14 | 308.08 | 0.6 | 0.66 |
| Hex | DC | 74 | CE | 0 | 2F | 6 | E | 134 | 3C | 42 |
| Octal | 334 | 164 | 316 | 0 | 57 | 6 | 16 | 464 | 74 | 102 |
| Binary | 11011100 | 1110100 | 11001110 | 0 | 101111 | 110 | 1110 | 100110100 | 111100 | 1000010 |
Color Harmonies of #DC74CE
Complementary color
Monochromatic Colors of #DC74CE
Black with #DC74CE
Text Example
Text Example
White with #DC74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74CE; }
p { color: rgb(220,116,206); }
H1.HeaderClassName
{
color: #DC74CE;
}
.AnyTagClassName
{
color: #DC74CE;
}
</style>
background-color css
<style>
a { background-color: #DC74CE; }
a { background-color: rgb(220,116,206); }
div.DivClassName
{
background-color: #DC74CE;
}
.BgClassName
{
background-color: #DC74CE;
}
</style>
border-color css
<style>
span { border-color: #DC74CE; }
span { border-color: rgb(220,116,206); }
td.TdClassName
{
border-color: #DC74CE;
}
.TagClassName
{
border-color: #DC74CE;
}
</style>