Shades of Orchid #DD74CE
Tints of Orchid #DD74CE
RGB
CMYK
RGB Variations
Color information
#DD74CE (or 0xDD74CE) is known color: Orchid. HEX triplet: DD, 74 and CE. RGB value is (221,116,206). Sum of RGB (Red+Green+Blue) = 221+116+206=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74CE is #228B31. Grayscale: #9D9D9D. Windows color (decimal): -2263858 or 13530333. OLE color: 13530333.
HSL color Cylindrical-coordinate representation of color #DD74CE: hue angle of 308.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 #DD74CE is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 206 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.13 |
| HSL | 308.57º | 0.61% | 0.66% | - |
| HSV(B) | 308.57º | 0.48% | 0.87% | - |
| XYZ | 47.2 | 32.32 | 62.14 | - |
| YUV | 157.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 206 | 0 | 0.48 | 0.07 | 0.13 | 308.57 | 0.61 | 0.66 |
| Hex | DD | 74 | CE | 0 | 30 | 7 | D | 135 | 3D | 42 |
| Octal | 335 | 164 | 316 | 0 | 60 | 7 | 15 | 465 | 75 | 102 |
| Binary | 11011101 | 1110100 | 11001110 | 0 | 110000 | 111 | 1101 | 100110101 | 111101 | 1000010 |
Color Harmonies of #DD74CE
Complementary color
Monochromatic Colors of #DD74CE
Black with #DD74CE
Text Example
Text Example
White with #DD74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74CE; }
p { color: rgb(221,116,206); }
H1.HeaderClassName
{
color: #DD74CE;
}
.AnyTagClassName
{
color: #DD74CE;
}
</style>
background-color css
<style>
a { background-color: #DD74CE; }
a { background-color: rgb(221,116,206); }
div.DivClassName
{
background-color: #DD74CE;
}
.BgClassName
{
background-color: #DD74CE;
}
</style>
border-color css
<style>
span { border-color: #DD74CE; }
span { border-color: rgb(221,116,206); }
td.TdClassName
{
border-color: #DD74CE;
}
.TagClassName
{
border-color: #DD74CE;
}
</style>