Shades of Orchid #DC74D3
Tints of Orchid #DC74D3
RGB
CMYK
RGB Variations
Color information
#DC74D3 (or 0xDC74D3) is known color: Orchid. HEX triplet: DC, 74 and D3. RGB value is (220,116,211). Sum of RGB (Red+Green+Blue) = 220+116+211=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74D3 is #238B2C. Grayscale: #9D9D9D. Windows color (decimal): -2329389 or 13858012. OLE color: 13858012.
HSL color Cylindrical-coordinate representation of color #DC74D3: hue angle of 305.19º 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 #DC74D3 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 211 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.14 |
| HSL | 305.19º | 0.6% | 0.66% | - |
| HSV(B) | 305.19º | 0.47% | 0.86% | - |
| XYZ | 47.52 | 32.41 | 65.38 | - |
| YUV | 157.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 211 | 0 | 0.47 | 0.04 | 0.14 | 305.19 | 0.6 | 0.66 |
| Hex | DC | 74 | D3 | 0 | 2F | 4 | E | 131 | 3C | 42 |
| Octal | 334 | 164 | 323 | 0 | 57 | 4 | 16 | 461 | 74 | 102 |
| Binary | 11011100 | 1110100 | 11010011 | 0 | 101111 | 100 | 1110 | 100110001 | 111100 | 1000010 |
Color Harmonies of #DC74D3
Complementary color
Monochromatic Colors of #DC74D3
Black with #DC74D3
Text Example
Text Example
White with #DC74D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74D3; }
p { color: rgb(220,116,211); }
H1.HeaderClassName
{
color: #DC74D3;
}
.AnyTagClassName
{
color: #DC74D3;
}
</style>
background-color css
<style>
a { background-color: #DC74D3; }
a { background-color: rgb(220,116,211); }
div.DivClassName
{
background-color: #DC74D3;
}
.BgClassName
{
background-color: #DC74D3;
}
</style>
border-color css
<style>
span { border-color: #DC74D3; }
span { border-color: rgb(220,116,211); }
td.TdClassName
{
border-color: #DC74D3;
}
.TagClassName
{
border-color: #DC74D3;
}
</style>