Shades of Orchid #DD70C2
Tints of Orchid #DD70C2
RGB
CMYK
RGB Variations
Color information
#DD70C2 (or 0xDD70C2) is known color: Orchid. HEX triplet: DD, 70 and C2. RGB value is (221,112,194). Sum of RGB (Red+Green+Blue) = 221+112+194=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70C2 is #228F3D. Grayscale: #999999. Windows color (decimal): -2264894 or 12742877. OLE color: 12742877.
HSL color Cylindrical-coordinate representation of color #DD70C2: hue angle of 314.86º 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 #DD70C2 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 194 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.13 |
| HSL | 314.86º | 0.62% | 0.65% | - |
| HSV(B) | 314.86º | 0.49% | 0.87% | - |
| XYZ | 45.35 | 30.86 | 54.6 | - |
| YUV | 153.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 194 | 0 | 0.49 | 0.12 | 0.13 | 314.86 | 0.62 | 0.65 |
| Hex | DD | 70 | C2 | 0 | 31 | C | D | 13B | 3E | 41 |
| Octal | 335 | 160 | 302 | 0 | 61 | 14 | 15 | 473 | 76 | 101 |
| Binary | 11011101 | 1110000 | 11000010 | 0 | 110001 | 1100 | 1101 | 100111011 | 111110 | 1000001 |
Color Harmonies of #DD70C2
Complementary color
Monochromatic Colors of #DD70C2
Black with #DD70C2
Text Example
Text Example
White with #DD70C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70C2; }
p { color: rgb(221,112,194); }
H1.HeaderClassName
{
color: #DD70C2;
}
.AnyTagClassName
{
color: #DD70C2;
}
</style>
background-color css
<style>
a { background-color: #DD70C2; }
a { background-color: rgb(221,112,194); }
div.DivClassName
{
background-color: #DD70C2;
}
.BgClassName
{
background-color: #DD70C2;
}
</style>
border-color css
<style>
span { border-color: #DD70C2; }
span { border-color: rgb(221,112,194); }
td.TdClassName
{
border-color: #DD70C2;
}
.TagClassName
{
border-color: #DD70C2;
}
</style>