Shades of Orchid #DC74CD
Tints of Orchid #DC74CD
RGB
CMYK
RGB Variations
Color information
#DC74CD (or 0xDC74CD) is known color: Orchid. HEX triplet: DC, 74 and CD. RGB value is (220,116,205). Sum of RGB (Red+Green+Blue) = 220+116+205=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74CD is #238B32. Grayscale: #9C9C9C. Windows color (decimal): -2329395 or 13464796. OLE color: 13464796.
HSL color Cylindrical-coordinate representation of color #DC74CD: hue angle of 308.65º 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 #DC74CD is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 205 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.14 |
| HSL | 308.65º | 0.6% | 0.66% | - |
| HSV(B) | 308.65º | 0.47% | 0.86% | - |
| XYZ | 46.78 | 32.11 | 61.49 | - |
| YUV | 157.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 205 | 0 | 0.47 | 0.07 | 0.14 | 308.65 | 0.6 | 0.66 |
| Hex | DC | 74 | CD | 0 | 2F | 7 | E | 135 | 3C | 42 |
| Octal | 334 | 164 | 315 | 0 | 57 | 7 | 16 | 465 | 74 | 102 |
| Binary | 11011100 | 1110100 | 11001101 | 0 | 101111 | 111 | 1110 | 100110101 | 111100 | 1000010 |
Color Harmonies of #DC74CD
Complementary color
Monochromatic Colors of #DC74CD
Black with #DC74CD
Text Example
Text Example
White with #DC74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74CD; }
p { color: rgb(220,116,205); }
H1.HeaderClassName
{
color: #DC74CD;
}
.AnyTagClassName
{
color: #DC74CD;
}
</style>
background-color css
<style>
a { background-color: #DC74CD; }
a { background-color: rgb(220,116,205); }
div.DivClassName
{
background-color: #DC74CD;
}
.BgClassName
{
background-color: #DC74CD;
}
</style>
border-color css
<style>
span { border-color: #DC74CD; }
span { border-color: rgb(220,116,205); }
td.TdClassName
{
border-color: #DC74CD;
}
.TagClassName
{
border-color: #DC74CD;
}
</style>