Shades of Orchid #DC74C8
Tints of Orchid #DC74C8
RGB
CMYK
RGB Variations
Color information
#DC74C8 (or 0xDC74C8) is known color: Orchid. HEX triplet: DC, 74 and C8. RGB value is (220,116,200). Sum of RGB (Red+Green+Blue) = 220+116+200=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74C8 is #238B37. Grayscale: #9C9C9C. Windows color (decimal): -2329400 or 13137116. OLE color: 13137116.
HSL color Cylindrical-coordinate representation of color #DC74C8: hue angle of 311.54º 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 #DC74C8 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 200 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.14 |
| HSL | 311.54º | 0.6% | 0.66% | - |
| HSV(B) | 311.54º | 0.47% | 0.86% | - |
| XYZ | 46.19 | 31.88 | 58.36 | - |
| YUV | 156.67 | 152.46 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 200 | 0 | 0.47 | 0.09 | 0.14 | 311.54 | 0.6 | 0.66 |
| Hex | DC | 74 | C8 | 0 | 2F | 9 | E | 138 | 3C | 42 |
| Octal | 334 | 164 | 310 | 0 | 57 | 11 | 16 | 470 | 74 | 102 |
| Binary | 11011100 | 1110100 | 11001000 | 0 | 101111 | 1001 | 1110 | 100111000 | 111100 | 1000010 |
Color Harmonies of #DC74C8
Complementary color
Monochromatic Colors of #DC74C8
Black with #DC74C8
Text Example
Text Example
White with #DC74C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74C8; }
p { color: rgb(220,116,200); }
H1.HeaderClassName
{
color: #DC74C8;
}
.AnyTagClassName
{
color: #DC74C8;
}
</style>
background-color css
<style>
a { background-color: #DC74C8; }
a { background-color: rgb(220,116,200); }
div.DivClassName
{
background-color: #DC74C8;
}
.BgClassName
{
background-color: #DC74C8;
}
</style>
border-color css
<style>
span { border-color: #DC74C8; }
span { border-color: rgb(220,116,200); }
td.TdClassName
{
border-color: #DC74C8;
}
.TagClassName
{
border-color: #DC74C8;
}
</style>