Shades of Orchid #DC74DA
Tints of Orchid #DC74DA
RGB
CMYK
RGB Variations
Color information
#DC74DA (or 0xDC74DA) is known color: Orchid. HEX triplet: DC, 74 and DA. RGB value is (220,116,218). Sum of RGB (Red+Green+Blue) = 220+116+218=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74DA is #238B25. Grayscale: #9E9E9E. Windows color (decimal): -2329382 or 14316764. OLE color: 14316764.
HSL color Cylindrical-coordinate representation of color #DC74DA: hue angle of 301.15º 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 #DC74DA is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 218 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.14 |
| HSL | 301.15º | 0.6% | 0.66% | - |
| HSV(B) | 301.15º | 0.47% | 0.86% | - |
| XYZ | 48.42 | 32.77 | 70.1 | - |
| YUV | 158.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 218 | 0 | 0.47 | 0.01 | 0.14 | 301.15 | 0.6 | 0.66 |
| Hex | DC | 74 | DA | 0 | 2F | 1 | E | 12D | 3C | 42 |
| Octal | 334 | 164 | 332 | 0 | 57 | 1 | 16 | 455 | 74 | 102 |
| Binary | 11011100 | 1110100 | 11011010 | 0 | 101111 | 1 | 1110 | 100101101 | 111100 | 1000010 |
Color Harmonies of #DC74DA
Complementary color
Monochromatic Colors of #DC74DA
Black with #DC74DA
Text Example
Text Example
White with #DC74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74DA; }
p { color: rgb(220,116,218); }
H1.HeaderClassName
{
color: #DC74DA;
}
.AnyTagClassName
{
color: #DC74DA;
}
</style>
background-color css
<style>
a { background-color: #DC74DA; }
a { background-color: rgb(220,116,218); }
div.DivClassName
{
background-color: #DC74DA;
}
.BgClassName
{
background-color: #DC74DA;
}
</style>
border-color css
<style>
span { border-color: #DC74DA; }
span { border-color: rgb(220,116,218); }
td.TdClassName
{
border-color: #DC74DA;
}
.TagClassName
{
border-color: #DC74DA;
}
</style>