Shades of Orchid #DD7ECC
Tints of Orchid #DD7ECC
RGB
CMYK
RGB Variations
Color information
#DD7ECC (or 0xDD7ECC) is known color: Orchid. HEX triplet: DD, 7E and CC. RGB value is (221,126,204). Sum of RGB (Red+Green+Blue) = 221+126+204=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ECC is #228133. Grayscale: #A3A3A3. Windows color (decimal): -2261300 or 13401821. OLE color: 13401821.
HSL color Cylindrical-coordinate representation of color #DD7ECC: hue angle of 310.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7ECC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 126 | 204 | - |
CMYK | 0 | 0.43 | 0.08 | 0.13 |
HSL | 310.74º | 0.58% | 0.68% | - |
HSV(B) | 310.74º | 0.43% | 0.87% | - |
XYZ | 48.18 | 34.65 | 61.28 | - |
YUV | 163.3 | 150.97 | 169.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 126 | 204 | 0 | 0.43 | 0.08 | 0.13 | 310.74 | 0.58 | 0.68 |
Hex | DD | 7E | CC | 0 | 2B | 8 | D | 137 | 3A | 44 |
Octal | 335 | 176 | 314 | 0 | 53 | 10 | 15 | 467 | 72 | 104 |
Binary | 11011101 | 1111110 | 11001100 | 0 | 101011 | 1000 | 1101 | 100110111 | 111010 | 1000100 |
Color Harmonies of #DD7ECC
Complementary color
Monochromatic Colors of #DD7ECC
Black with #DD7ECC
Text Example
Text Example
White with #DD7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ECC; }
p { color: rgb(221,126,204); }
H1.HeaderClassName
{
color: #DD7ECC;
}
.AnyTagClassName
{
color: #DD7ECC;
}
</style>
background-color css
<style>
a { background-color: #DD7ECC; }
a { background-color: rgb(221,126,204); }
div.DivClassName
{
background-color: #DD7ECC;
}
.BgClassName
{
background-color: #DD7ECC;
}
</style>
border-color css
<style>
span { border-color: #DD7ECC; }
span { border-color: rgb(221,126,204); }
td.TdClassName
{
border-color: #DD7ECC;
}
.TagClassName
{
border-color: #DD7ECC;
}
</style>