Shades of Orchid #DC74E9
Tints of Orchid #DC74E9
RGB
CMYK
RGB Variations
Color information
#DC74E9 (or 0xDC74E9) is known color: Orchid. HEX triplet: DC, 74 and E9. RGB value is (220,116,233). Sum of RGB (Red+Green+Blue) = 220+116+233=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74E9 is #238B16. Grayscale: #A0A0A0. Windows color (decimal): -2329367 or 15299804. OLE color: 15299804.
HSL color Cylindrical-coordinate representation of color #DC74E9: hue angle of 293.33º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC74E9 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 116 | 233 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.09 |
| HSL | 293.33º | 0.73% | 0.68% | - |
| HSV(B) | 293.33º | 0.5% | 0.91% | - |
| XYZ | 50.47 | 33.59 | 80.91 | - |
| YUV | 160.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 233 | 0.06 | 0.50 | 0 | 0.09 | 293.33 | 0.73 | 0.68 |
| Hex | DC | 74 | E9 | 6 | 32 | 0 | 9 | 125 | 49 | 44 |
| Octal | 334 | 164 | 351 | 6 | 62 | 0 | 11 | 445 | 111 | 104 |
| Binary | 11011100 | 1110100 | 11101001 | 110 | 110010 | 0 | 1001 | 100100101 | 1001001 | 1000100 |
Color Harmonies of #DC74E9
Complementary color
Monochromatic Colors of #DC74E9
Black with #DC74E9
Text Example
Text Example
White with #DC74E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74E9; }
p { color: rgb(220,116,233); }
H1.HeaderClassName
{
color: #DC74E9;
}
.AnyTagClassName
{
color: #DC74E9;
}
</style>
background-color css
<style>
a { background-color: #DC74E9; }
a { background-color: rgb(220,116,233); }
div.DivClassName
{
background-color: #DC74E9;
}
.BgClassName
{
background-color: #DC74E9;
}
</style>
border-color css
<style>
span { border-color: #DC74E9; }
span { border-color: rgb(220,116,233); }
td.TdClassName
{
border-color: #DC74E9;
}
.TagClassName
{
border-color: #DC74E9;
}
</style>