Shades of Orchid #DD83DF
Tints of Orchid #DD83DF
RGB
CMYK
RGB Variations
Color information
#DD83DF (or 0xDD83DF) is known color: Orchid. HEX triplet: DD, 83 and DF. RGB value is (221,131,223). Sum of RGB (Red+Green+Blue) = 221+131+223=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83DF is #227C20. Grayscale: #A8A8A8. Windows color (decimal): -2260001 or 14648285. OLE color: 14648285.
HSL color Cylindrical-coordinate representation of color #DD83DF: hue angle of 298.7º degrees, saturation: 0.59, 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 #DD83DF is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 223 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.13 |
| HSL | 298.7º | 0.59% | 0.69% | - |
| HSV(B) | 298.7º | 0.41% | 0.87% | - |
| XYZ | 51.25 | 36.93 | 74.24 | - |
| YUV | 168.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 223 | 0.01 | 0.41 | 0 | 0.13 | 298.7 | 0.59 | 0.69 |
| Hex | DD | 83 | DF | 1 | 29 | 0 | D | 12B | 3B | 45 |
| Octal | 335 | 203 | 337 | 1 | 51 | 0 | 15 | 453 | 73 | 105 |
| Binary | 11011101 | 10000011 | 11011111 | 1 | 101001 | 0 | 1101 | 100101011 | 111011 | 1000101 |
Color Harmonies of #DD83DF
Complementary color
Monochromatic Colors of #DD83DF
Black with #DD83DF
Text Example
Text Example
White with #DD83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83DF; }
p { color: rgb(221,131,223); }
H1.HeaderClassName
{
color: #DD83DF;
}
.AnyTagClassName
{
color: #DD83DF;
}
</style>
background-color css
<style>
a { background-color: #DD83DF; }
a { background-color: rgb(221,131,223); }
div.DivClassName
{
background-color: #DD83DF;
}
.BgClassName
{
background-color: #DD83DF;
}
</style>
border-color css
<style>
span { border-color: #DD83DF; }
span { border-color: rgb(221,131,223); }
td.TdClassName
{
border-color: #DD83DF;
}
.TagClassName
{
border-color: #DD83DF;
}
</style>