Shades of Orchid #DD83C7
Tints of Orchid #DD83C7
RGB
CMYK
RGB Variations
Color information
#DD83C7 (or 0xDD83C7) is known color: Orchid. HEX triplet: DD, 83 and C7. RGB value is (221,131,199). Sum of RGB (Red+Green+Blue) = 221+131+199=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83C7 is #227C38. Grayscale: #A5A5A5. Windows color (decimal): -2260025 or 13075421. OLE color: 13075421.
HSL color Cylindrical-coordinate representation of color #DD83C7: hue angle of 314.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83C7 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 199 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.13 |
| HSL | 314.67º | 0.57% | 0.69% | - |
| HSV(B) | 314.67º | 0.41% | 0.87% | - |
| XYZ | 48.24 | 35.73 | 58.39 | - |
| YUV | 165.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 199 | 0 | 0.41 | 0.10 | 0.13 | 314.67 | 0.57 | 0.69 |
| Hex | DD | 83 | C7 | 0 | 29 | A | D | 13B | 39 | 45 |
| Octal | 335 | 203 | 307 | 0 | 51 | 12 | 15 | 473 | 71 | 105 |
| Binary | 11011101 | 10000011 | 11000111 | 0 | 101001 | 1010 | 1101 | 100111011 | 111001 | 1000101 |
Color Harmonies of #DD83C7
Complementary color
Monochromatic Colors of #DD83C7
Black with #DD83C7
Text Example
Text Example
White with #DD83C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83C7; }
p { color: rgb(221,131,199); }
H1.HeaderClassName
{
color: #DD83C7;
}
.AnyTagClassName
{
color: #DD83C7;
}
</style>
background-color css
<style>
a { background-color: #DD83C7; }
a { background-color: rgb(221,131,199); }
div.DivClassName
{
background-color: #DD83C7;
}
.BgClassName
{
background-color: #DD83C7;
}
</style>
border-color css
<style>
span { border-color: #DD83C7; }
span { border-color: rgb(221,131,199); }
td.TdClassName
{
border-color: #DD83C7;
}
.TagClassName
{
border-color: #DD83C7;
}
</style>