Shades of Orchid #DD70EA
Tints of Orchid #DD70EA
RGB
CMYK
RGB Variations
Color information
#DD70EA (or 0xDD70EA) is known color: Orchid. HEX triplet: DD, 70 and EA. RGB value is (221,112,234). Sum of RGB (Red+Green+Blue) = 221+112+234=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD70EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70EA is #228F15. Grayscale: #9E9E9E. Windows color (decimal): -2264854 or 15364317. OLE color: 15364317.
HSL color Cylindrical-coordinate representation of color #DD70EA: hue angle of 293.61º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD70EA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 112 | 234 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.08 |
| HSL | 293.61º | 0.74% | 0.68% | - |
| HSV(B) | 293.61º | 0.52% | 0.92% | - |
| XYZ | 50.46 | 32.9 | 81.53 | - |
| YUV | 158.5 | 170.61 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 234 | 0.06 | 0.52 | 0 | 0.08 | 293.61 | 0.74 | 0.68 |
| Hex | DD | 70 | EA | 6 | 34 | 0 | 8 | 126 | 4A | 44 |
| Octal | 335 | 160 | 352 | 6 | 64 | 0 | 10 | 446 | 112 | 104 |
| Binary | 11011101 | 1110000 | 11101010 | 110 | 110100 | 0 | 1000 | 100100110 | 1001010 | 1000100 |
Color Harmonies of #DD70EA
Complementary color
Monochromatic Colors of #DD70EA
Black with #DD70EA
Text Example
Text Example
White with #DD70EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70EA; }
p { color: rgb(221,112,234); }
H1.HeaderClassName
{
color: #DD70EA;
}
.AnyTagClassName
{
color: #DD70EA;
}
</style>
background-color css
<style>
a { background-color: #DD70EA; }
a { background-color: rgb(221,112,234); }
div.DivClassName
{
background-color: #DD70EA;
}
.BgClassName
{
background-color: #DD70EA;
}
</style>
border-color css
<style>
span { border-color: #DD70EA; }
span { border-color: rgb(221,112,234); }
td.TdClassName
{
border-color: #DD70EA;
}
.TagClassName
{
border-color: #DD70EA;
}
</style>