Shades of Orchid #DD74C5
Tints of Orchid #DD74C5
RGB
CMYK
RGB Variations
Color information
#DD74C5 (or 0xDD74C5) is known color: Orchid. HEX triplet: DD, 74 and C5. RGB value is (221,116,197). Sum of RGB (Red+Green+Blue) = 221+116+197=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74C5 is #228B3A. Grayscale: #9C9C9C. Windows color (decimal): -2263867 or 12940509. OLE color: 12940509.
HSL color Cylindrical-coordinate representation of color #DD74C5: hue angle of 313.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 #DD74C5 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 197 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.13 |
| HSL | 313.71º | 0.61% | 0.66% | - |
| HSV(B) | 313.71º | 0.48% | 0.87% | - |
| XYZ | 46.14 | 31.89 | 56.55 | - |
| YUV | 156.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 197 | 0 | 0.48 | 0.11 | 0.13 | 313.71 | 0.61 | 0.66 |
| Hex | DD | 74 | C5 | 0 | 30 | B | D | 13A | 3D | 42 |
| Octal | 335 | 164 | 305 | 0 | 60 | 13 | 15 | 472 | 75 | 102 |
| Binary | 11011101 | 1110100 | 11000101 | 0 | 110000 | 1011 | 1101 | 100111010 | 111101 | 1000010 |
Color Harmonies of #DD74C5
Complementary color
Monochromatic Colors of #DD74C5
Black with #DD74C5
Text Example
Text Example
White with #DD74C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74C5; }
p { color: rgb(221,116,197); }
H1.HeaderClassName
{
color: #DD74C5;
}
.AnyTagClassName
{
color: #DD74C5;
}
</style>
background-color css
<style>
a { background-color: #DD74C5; }
a { background-color: rgb(221,116,197); }
div.DivClassName
{
background-color: #DD74C5;
}
.BgClassName
{
background-color: #DD74C5;
}
</style>
border-color css
<style>
span { border-color: #DD74C5; }
span { border-color: rgb(221,116,197); }
td.TdClassName
{
border-color: #DD74C5;
}
.TagClassName
{
border-color: #DD74C5;
}
</style>