Shades of Orchid #DD83CB
Tints of Orchid #DD83CB
RGB
CMYK
RGB Variations
Color information
#DD83CB (or 0xDD83CB) is known color: Orchid. HEX triplet: DD, 83 and CB. RGB value is (221,131,203). Sum of RGB (Red+Green+Blue) = 221+131+203=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83CB is #227C34. Grayscale: #A5A5A5. Windows color (decimal): -2260021 or 13337565. OLE color: 13337565.
HSL color Cylindrical-coordinate representation of color #DD83CB: hue angle of 312º 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 #DD83CB is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 203 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.13 |
| HSL | 312º | 0.57% | 0.69% | - |
| HSV(B) | 312º | 0.41% | 0.87% | - |
| XYZ | 48.71 | 35.92 | 60.86 | - |
| YUV | 166.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 203 | 0 | 0.41 | 0.08 | 0.13 | 312 | 0.57 | 0.69 |
| Hex | DD | 83 | CB | 0 | 29 | 8 | D | 138 | 39 | 45 |
| Octal | 335 | 203 | 313 | 0 | 51 | 10 | 15 | 470 | 71 | 105 |
| Binary | 11011101 | 10000011 | 11001011 | 0 | 101001 | 1000 | 1101 | 100111000 | 111001 | 1000101 |
Color Harmonies of #DD83CB
Complementary color
Monochromatic Colors of #DD83CB
Black with #DD83CB
Text Example
Text Example
White with #DD83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83CB; }
p { color: rgb(221,131,203); }
H1.HeaderClassName
{
color: #DD83CB;
}
.AnyTagClassName
{
color: #DD83CB;
}
</style>
background-color css
<style>
a { background-color: #DD83CB; }
a { background-color: rgb(221,131,203); }
div.DivClassName
{
background-color: #DD83CB;
}
.BgClassName
{
background-color: #DD83CB;
}
</style>
border-color css
<style>
span { border-color: #DD83CB; }
span { border-color: rgb(221,131,203); }
td.TdClassName
{
border-color: #DD83CB;
}
.TagClassName
{
border-color: #DD83CB;
}
</style>