Shades of Orchid #DC74D0
Tints of Orchid #DC74D0
RGB
CMYK
RGB Variations
Color information
#DC74D0 (or 0xDC74D0) is known color: Orchid. HEX triplet: DC, 74 and D0. RGB value is (220,116,208). Sum of RGB (Red+Green+Blue) = 220+116+208=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74D0 is #238B2F. Grayscale: #9D9D9D. Windows color (decimal): -2329392 or 13661404. OLE color: 13661404.
HSL color Cylindrical-coordinate representation of color #DC74D0: hue angle of 306.92º 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 #DC74D0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 208 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.14 |
| HSL | 306.92º | 0.6% | 0.66% | - |
| HSV(B) | 306.92º | 0.47% | 0.86% | - |
| XYZ | 47.15 | 32.26 | 63.42 | - |
| YUV | 157.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 208 | 0 | 0.47 | 0.05 | 0.14 | 306.92 | 0.6 | 0.66 |
| Hex | DC | 74 | D0 | 0 | 2F | 5 | E | 133 | 3C | 42 |
| Octal | 334 | 164 | 320 | 0 | 57 | 5 | 16 | 463 | 74 | 102 |
| Binary | 11011100 | 1110100 | 11010000 | 0 | 101111 | 101 | 1110 | 100110011 | 111100 | 1000010 |
Color Harmonies of #DC74D0
Complementary color
Monochromatic Colors of #DC74D0
Black with #DC74D0
Text Example
Text Example
White with #DC74D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74D0; }
p { color: rgb(220,116,208); }
H1.HeaderClassName
{
color: #DC74D0;
}
.AnyTagClassName
{
color: #DC74D0;
}
</style>
background-color css
<style>
a { background-color: #DC74D0; }
a { background-color: rgb(220,116,208); }
div.DivClassName
{
background-color: #DC74D0;
}
.BgClassName
{
background-color: #DC74D0;
}
</style>
border-color css
<style>
span { border-color: #DC74D0; }
span { border-color: rgb(220,116,208); }
td.TdClassName
{
border-color: #DC74D0;
}
.TagClassName
{
border-color: #DC74D0;
}
</style>