Shades of Orchid #DD74CF
Tints of Orchid #DD74CF
RGB
CMYK
RGB Variations
Color information
#DD74CF (or 0xDD74CF) is known color: Orchid. HEX triplet: DD, 74 and CF. RGB value is (221,116,207). Sum of RGB (Red+Green+Blue) = 221+116+207=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74CF is #228B30. Grayscale: #9D9D9D. Windows color (decimal): -2263857 or 13595869. OLE color: 13595869.
HSL color Cylindrical-coordinate representation of color #DD74CF: hue angle of 308º 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 #DD74CF is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 207 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.13 |
| HSL | 308º | 0.61% | 0.66% | - |
| HSV(B) | 308º | 0.48% | 0.87% | - |
| XYZ | 47.33 | 32.37 | 62.78 | - |
| YUV | 157.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 207 | 0 | 0.48 | 0.06 | 0.13 | 308 | 0.61 | 0.66 |
| Hex | DD | 74 | CF | 0 | 30 | 6 | D | 134 | 3D | 42 |
| Octal | 335 | 164 | 317 | 0 | 60 | 6 | 15 | 464 | 75 | 102 |
| Binary | 11011101 | 1110100 | 11001111 | 0 | 110000 | 110 | 1101 | 100110100 | 111101 | 1000010 |
Color Harmonies of #DD74CF
Complementary color
Monochromatic Colors of #DD74CF
Black with #DD74CF
Text Example
Text Example
White with #DD74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74CF; }
p { color: rgb(221,116,207); }
H1.HeaderClassName
{
color: #DD74CF;
}
.AnyTagClassName
{
color: #DD74CF;
}
</style>
background-color css
<style>
a { background-color: #DD74CF; }
a { background-color: rgb(221,116,207); }
div.DivClassName
{
background-color: #DD74CF;
}
.BgClassName
{
background-color: #DD74CF;
}
</style>
border-color css
<style>
span { border-color: #DD74CF; }
span { border-color: rgb(221,116,207); }
td.TdClassName
{
border-color: #DD74CF;
}
.TagClassName
{
border-color: #DD74CF;
}
</style>