Shades of Orchid #DD74CC
Tints of Orchid #DD74CC
RGB
CMYK
RGB Variations
Color information
#DD74CC (or 0xDD74CC) is known color: Orchid. HEX triplet: DD, 74 and CC. RGB value is (221,116,204). Sum of RGB (Red+Green+Blue) = 221+116+204=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74CC is #228B33. Grayscale: #9D9D9D. Windows color (decimal): -2263860 or 13399261. OLE color: 13399261.
HSL color Cylindrical-coordinate representation of color #DD74CC: hue angle of 309.71º 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 #DD74CC is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 204 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.13 |
| HSL | 309.71º | 0.61% | 0.66% | - |
| HSV(B) | 309.71º | 0.48% | 0.87% | - |
| XYZ | 46.96 | 32.22 | 60.87 | - |
| YUV | 157.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 204 | 0 | 0.48 | 0.08 | 0.13 | 309.71 | 0.61 | 0.66 |
| Hex | DD | 74 | CC | 0 | 30 | 8 | D | 136 | 3D | 42 |
| Octal | 335 | 164 | 314 | 0 | 60 | 10 | 15 | 466 | 75 | 102 |
| Binary | 11011101 | 1110100 | 11001100 | 0 | 110000 | 1000 | 1101 | 100110110 | 111101 | 1000010 |
Color Harmonies of #DD74CC
Complementary color
Monochromatic Colors of #DD74CC
Black with #DD74CC
Text Example
Text Example
White with #DD74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74CC; }
p { color: rgb(221,116,204); }
H1.HeaderClassName
{
color: #DD74CC;
}
.AnyTagClassName
{
color: #DD74CC;
}
</style>
background-color css
<style>
a { background-color: #DD74CC; }
a { background-color: rgb(221,116,204); }
div.DivClassName
{
background-color: #DD74CC;
}
.BgClassName
{
background-color: #DD74CC;
}
</style>
border-color css
<style>
span { border-color: #DD74CC; }
span { border-color: rgb(221,116,204); }
td.TdClassName
{
border-color: #DD74CC;
}
.TagClassName
{
border-color: #DD74CC;
}
</style>