Shades of Orchid #DD70CD
Tints of Orchid #DD70CD
RGB
CMYK
RGB Variations
Color information
#DD70CD (or 0xDD70CD) is known color: Orchid. HEX triplet: DD, 70 and CD. RGB value is (221,112,205). Sum of RGB (Red+Green+Blue) = 221+112+205=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70CD is #228F32. Grayscale: #9A9A9A. Windows color (decimal): -2264883 or 13463773. OLE color: 13463773.
HSL color Cylindrical-coordinate representation of color #DD70CD: hue angle of 308.81º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD70CD is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 205 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.13 |
| HSL | 308.81º | 0.62% | 0.65% | - |
| HSV(B) | 308.81º | 0.49% | 0.87% | - |
| XYZ | 46.63 | 31.37 | 61.35 | - |
| YUV | 155.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 205 | 0 | 0.49 | 0.07 | 0.13 | 308.81 | 0.62 | 0.65 |
| Hex | DD | 70 | CD | 0 | 31 | 7 | D | 135 | 3E | 41 |
| Octal | 335 | 160 | 315 | 0 | 61 | 7 | 15 | 465 | 76 | 101 |
| Binary | 11011101 | 1110000 | 11001101 | 0 | 110001 | 111 | 1101 | 100110101 | 111110 | 1000001 |
Color Harmonies of #DD70CD
Complementary color
Monochromatic Colors of #DD70CD
Black with #DD70CD
Text Example
Text Example
White with #DD70CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70CD; }
p { color: rgb(221,112,205); }
H1.HeaderClassName
{
color: #DD70CD;
}
.AnyTagClassName
{
color: #DD70CD;
}
</style>
background-color css
<style>
a { background-color: #DD70CD; }
a { background-color: rgb(221,112,205); }
div.DivClassName
{
background-color: #DD70CD;
}
.BgClassName
{
background-color: #DD70CD;
}
</style>
border-color css
<style>
span { border-color: #DD70CD; }
span { border-color: rgb(221,112,205); }
td.TdClassName
{
border-color: #DD70CD;
}
.TagClassName
{
border-color: #DD70CD;
}
</style>