Shades of Orchid #DD83CF
Tints of Orchid #DD83CF
RGB
CMYK
RGB Variations
Color information
#DD83CF (or 0xDD83CF) is known color: Orchid. HEX triplet: DD, 83 and CF. RGB value is (221,131,207). Sum of RGB (Red+Green+Blue) = 221+131+207=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83CF is #227C30. Grayscale: #A6A6A6. Windows color (decimal): -2260017 or 13599709. OLE color: 13599709.
HSL color Cylindrical-coordinate representation of color #DD83CF: hue angle of 309.33º 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 #DD83CF is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 207 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.13 |
| HSL | 309.33º | 0.57% | 0.69% | - |
| HSV(B) | 309.33º | 0.41% | 0.87% | - |
| XYZ | 49.2 | 36.11 | 63.41 | - |
| YUV | 166.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 207 | 0 | 0.41 | 0.06 | 0.13 | 309.33 | 0.57 | 0.69 |
| Hex | DD | 83 | CF | 0 | 29 | 6 | D | 135 | 39 | 45 |
| Octal | 335 | 203 | 317 | 0 | 51 | 6 | 15 | 465 | 71 | 105 |
| Binary | 11011101 | 10000011 | 11001111 | 0 | 101001 | 110 | 1101 | 100110101 | 111001 | 1000101 |
Color Harmonies of #DD83CF
Complementary color
Monochromatic Colors of #DD83CF
Black with #DD83CF
Text Example
Text Example
White with #DD83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83CF; }
p { color: rgb(221,131,207); }
H1.HeaderClassName
{
color: #DD83CF;
}
.AnyTagClassName
{
color: #DD83CF;
}
</style>
background-color css
<style>
a { background-color: #DD83CF; }
a { background-color: rgb(221,131,207); }
div.DivClassName
{
background-color: #DD83CF;
}
.BgClassName
{
background-color: #DD83CF;
}
</style>
border-color css
<style>
span { border-color: #DD83CF; }
span { border-color: rgb(221,131,207); }
td.TdClassName
{
border-color: #DD83CF;
}
.TagClassName
{
border-color: #DD83CF;
}
</style>