Shades of Orchid #DC74D9
Tints of Orchid #DC74D9
RGB
CMYK
RGB Variations
Color information
#DC74D9 (or 0xDC74D9) is known color: Orchid. HEX triplet: DC, 74 and D9. RGB value is (220,116,217). Sum of RGB (Red+Green+Blue) = 220+116+217=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74D9 is #238B26. Grayscale: #9E9E9E. Windows color (decimal): -2329383 or 14251228. OLE color: 14251228.
HSL color Cylindrical-coordinate representation of color #DC74D9: hue angle of 301.73º 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 #DC74D9 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 217 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.14 |
| HSL | 301.73º | 0.6% | 0.66% | - |
| HSV(B) | 301.73º | 0.47% | 0.86% | - |
| XYZ | 48.28 | 32.72 | 69.42 | - |
| YUV | 158.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 217 | 0 | 0.47 | 0.01 | 0.14 | 301.73 | 0.6 | 0.66 |
| Hex | DC | 74 | D9 | 0 | 2F | 1 | E | 12E | 3C | 42 |
| Octal | 334 | 164 | 331 | 0 | 57 | 1 | 16 | 456 | 74 | 102 |
| Binary | 11011100 | 1110100 | 11011001 | 0 | 101111 | 1 | 1110 | 100101110 | 111100 | 1000010 |
Color Harmonies of #DC74D9
Complementary color
Monochromatic Colors of #DC74D9
Black with #DC74D9
Text Example
Text Example
White with #DC74D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74D9; }
p { color: rgb(220,116,217); }
H1.HeaderClassName
{
color: #DC74D9;
}
.AnyTagClassName
{
color: #DC74D9;
}
</style>
background-color css
<style>
a { background-color: #DC74D9; }
a { background-color: rgb(220,116,217); }
div.DivClassName
{
background-color: #DC74D9;
}
.BgClassName
{
background-color: #DC74D9;
}
</style>
border-color css
<style>
span { border-color: #DC74D9; }
span { border-color: rgb(220,116,217); }
td.TdClassName
{
border-color: #DC74D9;
}
.TagClassName
{
border-color: #DC74D9;
}
</style>