Shades of Orchid #DD7CE0
Tints of Orchid #DD7CE0
RGB
CMYK
RGB Variations
Color information
#DD7CE0 (or 0xDD7CE0) is known color: Orchid. HEX triplet: DD, 7C and E0. RGB value is (221,124,224). Sum of RGB (Red+Green+Blue) = 221+124+224=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CE0 is #22831F. Grayscale: #A4A4A4. Windows color (decimal): -2261792 or 14712029. OLE color: 14712029.
HSL color Cylindrical-coordinate representation of color #DD7CE0: hue angle of 298.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7CE0 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 124 | 224 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.12 |
| HSL | 298.2º | 0.62% | 0.68% | - |
| HSV(B) | 298.2º | 0.45% | 0.88% | - |
| XYZ | 50.48 | 35.17 | 74.65 | - |
| YUV | 164.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 224 | 0.01 | 0.45 | 0 | 0.12 | 298.2 | 0.62 | 0.68 |
| Hex | DD | 7C | E0 | 1 | 2D | 0 | C | 12A | 3E | 44 |
| Octal | 335 | 174 | 340 | 1 | 55 | 0 | 14 | 452 | 76 | 104 |
| Binary | 11011101 | 1111100 | 11100000 | 1 | 101101 | 0 | 1100 | 100101010 | 111110 | 1000100 |
Color Harmonies of #DD7CE0
Complementary color
Monochromatic Colors of #DD7CE0
Black with #DD7CE0
Text Example
Text Example
White with #DD7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CE0; }
p { color: rgb(221,124,224); }
H1.HeaderClassName
{
color: #DD7CE0;
}
.AnyTagClassName
{
color: #DD7CE0;
}
</style>
background-color css
<style>
a { background-color: #DD7CE0; }
a { background-color: rgb(221,124,224); }
div.DivClassName
{
background-color: #DD7CE0;
}
.BgClassName
{
background-color: #DD7CE0;
}
</style>
border-color css
<style>
span { border-color: #DD7CE0; }
span { border-color: rgb(221,124,224); }
td.TdClassName
{
border-color: #DD7CE0;
}
.TagClassName
{
border-color: #DD7CE0;
}
</style>