Shades of Orchid #DD74C8
Tints of Orchid #DD74C8
RGB
CMYK
RGB Variations
Color information
#DD74C8 (or 0xDD74C8) is known color: Orchid. HEX triplet: DD, 74 and C8. RGB value is (221,116,200). Sum of RGB (Red+Green+Blue) = 221+116+200=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74C8 is #228B37. Grayscale: #9C9C9C. Windows color (decimal): -2263864 or 13137117. OLE color: 13137117.
HSL color Cylindrical-coordinate representation of color #DD74C8: hue angle of 312º 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 #DD74C8 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 200 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.13 |
| HSL | 312º | 0.61% | 0.66% | - |
| HSV(B) | 312º | 0.48% | 0.87% | - |
| XYZ | 46.49 | 32.03 | 58.38 | - |
| YUV | 156.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 200 | 0 | 0.48 | 0.10 | 0.13 | 312 | 0.61 | 0.66 |
| Hex | DD | 74 | C8 | 0 | 30 | A | D | 138 | 3D | 42 |
| Octal | 335 | 164 | 310 | 0 | 60 | 12 | 15 | 470 | 75 | 102 |
| Binary | 11011101 | 1110100 | 11001000 | 0 | 110000 | 1010 | 1101 | 100111000 | 111101 | 1000010 |
Color Harmonies of #DD74C8
Complementary color
Monochromatic Colors of #DD74C8
Black with #DD74C8
Text Example
Text Example
White with #DD74C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74C8; }
p { color: rgb(221,116,200); }
H1.HeaderClassName
{
color: #DD74C8;
}
.AnyTagClassName
{
color: #DD74C8;
}
</style>
background-color css
<style>
a { background-color: #DD74C8; }
a { background-color: rgb(221,116,200); }
div.DivClassName
{
background-color: #DD74C8;
}
.BgClassName
{
background-color: #DD74C8;
}
</style>
border-color css
<style>
span { border-color: #DD74C8; }
span { border-color: rgb(221,116,200); }
td.TdClassName
{
border-color: #DD74C8;
}
.TagClassName
{
border-color: #DD74C8;
}
</style>