Shades of Orchid #DD83CA
Tints of Orchid #DD83CA
RGB
CMYK
RGB Variations
Color information
#DD83CA (or 0xDD83CA) is known color: Orchid. HEX triplet: DD, 83 and CA. RGB value is (221,131,202). Sum of RGB (Red+Green+Blue) = 221+131+202=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83CA is #227C35. Grayscale: #A5A5A5. Windows color (decimal): -2260022 or 13272029. OLE color: 13272029.
HSL color Cylindrical-coordinate representation of color #DD83CA: hue angle of 312.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 #DD83CA is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 202 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.13 |
| HSL | 312.67º | 0.57% | 0.69% | - |
| HSV(B) | 312.67º | 0.41% | 0.87% | - |
| XYZ | 48.6 | 35.87 | 60.24 | - |
| YUV | 166 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 202 | 0 | 0.41 | 0.09 | 0.13 | 312.67 | 0.57 | 0.69 |
| Hex | DD | 83 | CA | 0 | 29 | 9 | D | 139 | 39 | 45 |
| Octal | 335 | 203 | 312 | 0 | 51 | 11 | 15 | 471 | 71 | 105 |
| Binary | 11011101 | 10000011 | 11001010 | 0 | 101001 | 1001 | 1101 | 100111001 | 111001 | 1000101 |
Color Harmonies of #DD83CA
Complementary color
Monochromatic Colors of #DD83CA
Black with #DD83CA
Text Example
Text Example
White with #DD83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83CA; }
p { color: rgb(221,131,202); }
H1.HeaderClassName
{
color: #DD83CA;
}
.AnyTagClassName
{
color: #DD83CA;
}
</style>
background-color css
<style>
a { background-color: #DD83CA; }
a { background-color: rgb(221,131,202); }
div.DivClassName
{
background-color: #DD83CA;
}
.BgClassName
{
background-color: #DD83CA;
}
</style>
border-color css
<style>
span { border-color: #DD83CA; }
span { border-color: rgb(221,131,202); }
td.TdClassName
{
border-color: #DD83CA;
}
.TagClassName
{
border-color: #DD83CA;
}
</style>