Shades of Orchid #DD74C0
Tints of Orchid #DD74C0
RGB
CMYK
RGB Variations
Color information
#DD74C0 (or 0xDD74C0) is known color: Orchid. HEX triplet: DD, 74 and C0. RGB value is (221,116,192). Sum of RGB (Red+Green+Blue) = 221+116+192=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74C0 is #228B3F. Grayscale: #9B9B9B. Windows color (decimal): -2263872 or 12612829. OLE color: 12612829.
HSL color Cylindrical-coordinate representation of color #DD74C0: hue angle of 316.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD74C0 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 192 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.13 |
| HSL | 316.57º | 0.61% | 0.66% | - |
| HSV(B) | 316.57º | 0.48% | 0.87% | - |
| XYZ | 45.58 | 31.67 | 53.58 | - |
| YUV | 156.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 192 | 0 | 0.48 | 0.13 | 0.13 | 316.57 | 0.61 | 0.66 |
| Hex | DD | 74 | C0 | 0 | 30 | D | D | 13D | 3D | 42 |
| Octal | 335 | 164 | 300 | 0 | 60 | 15 | 15 | 475 | 75 | 102 |
| Binary | 11011101 | 1110100 | 11000000 | 0 | 110000 | 1101 | 1101 | 100111101 | 111101 | 1000010 |
Color Harmonies of #DD74C0
Complementary color
Monochromatic Colors of #DD74C0
Black with #DD74C0
Text Example
Text Example
White with #DD74C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74C0; }
p { color: rgb(221,116,192); }
H1.HeaderClassName
{
color: #DD74C0;
}
.AnyTagClassName
{
color: #DD74C0;
}
</style>
background-color css
<style>
a { background-color: #DD74C0; }
a { background-color: rgb(221,116,192); }
div.DivClassName
{
background-color: #DD74C0;
}
.BgClassName
{
background-color: #DD74C0;
}
</style>
border-color css
<style>
span { border-color: #DD74C0; }
span { border-color: rgb(221,116,192); }
td.TdClassName
{
border-color: #DD74C0;
}
.TagClassName
{
border-color: #DD74C0;
}
</style>