Shades of Orchid #DD7EDD
Tints of Orchid #DD7EDD
RGB
CMYK
RGB Variations
Color information
#DD7EDD (or 0xDD7EDD) is known color: Orchid. HEX triplet: DD, 7E and DD. RGB value is (221,126,221). Sum of RGB (Red+Green+Blue) = 221+126+221=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EDD is #228122. Grayscale: #A4A4A4. Windows color (decimal): -2261283 or 14515933. OLE color: 14515933.
HSL color Cylindrical-coordinate representation of color #DD7EDD: hue angle of 300º 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 #DD7EDD is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 126 | 221 | - |
CMYK | 0 | 0.43 | 0 | 0.13 |
HSL | 300º | 0.58% | 0.68% | - |
HSV(B) | 300º | 0.43% | 0.87% | - |
XYZ | 50.33 | 35.51 | 72.61 | - |
YUV | 165.24 | 159.47 | 167.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 126 | 221 | 0 | 0.43 | 0 | 0.13 | 300 | 0.58 | 0.68 |
Hex | DD | 7E | DD | 0 | 2B | 0 | D | 12C | 3A | 44 |
Octal | 335 | 176 | 335 | 0 | 53 | 0 | 15 | 454 | 72 | 104 |
Binary | 11011101 | 1111110 | 11011101 | 0 | 101011 | 0 | 1101 | 100101100 | 111010 | 1000100 |
Color Harmonies of #DD7EDD
Complementary color
Monochromatic Colors of #DD7EDD
Black with #DD7EDD
Text Example
Text Example
White with #DD7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EDD; }
p { color: rgb(221,126,221); }
H1.HeaderClassName
{
color: #DD7EDD;
}
.AnyTagClassName
{
color: #DD7EDD;
}
</style>
background-color css
<style>
a { background-color: #DD7EDD; }
a { background-color: rgb(221,126,221); }
div.DivClassName
{
background-color: #DD7EDD;
}
.BgClassName
{
background-color: #DD7EDD;
}
</style>
border-color css
<style>
span { border-color: #DD7EDD; }
span { border-color: rgb(221,126,221); }
td.TdClassName
{
border-color: #DD7EDD;
}
.TagClassName
{
border-color: #DD7EDD;
}
</style>