Shades of Orchid #DD83CC
Tints of Orchid #DD83CC
RGB
CMYK
RGB Variations
Color information
#DD83CC (or 0xDD83CC) is known color: Orchid. HEX triplet: DD, 83 and CC. RGB value is (221,131,204). Sum of RGB (Red+Green+Blue) = 221+131+204=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83CC is #227C33. Grayscale: #A6A6A6. Windows color (decimal): -2260020 or 13403101. OLE color: 13403101.
HSL color Cylindrical-coordinate representation of color #DD83CC: hue angle of 311.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 #DD83CC is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 204 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.13 |
| HSL | 311.33º | 0.57% | 0.69% | - |
| HSV(B) | 311.33º | 0.41% | 0.87% | - |
| XYZ | 48.83 | 35.96 | 61.49 | - |
| YUV | 166.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 204 | 0 | 0.41 | 0.08 | 0.13 | 311.33 | 0.57 | 0.69 |
| Hex | DD | 83 | CC | 0 | 29 | 8 | D | 137 | 39 | 45 |
| Octal | 335 | 203 | 314 | 0 | 51 | 10 | 15 | 467 | 71 | 105 |
| Binary | 11011101 | 10000011 | 11001100 | 0 | 101001 | 1000 | 1101 | 100110111 | 111001 | 1000101 |
Color Harmonies of #DD83CC
Complementary color
Monochromatic Colors of #DD83CC
Black with #DD83CC
Text Example
Text Example
White with #DD83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83CC; }
p { color: rgb(221,131,204); }
H1.HeaderClassName
{
color: #DD83CC;
}
.AnyTagClassName
{
color: #DD83CC;
}
</style>
background-color css
<style>
a { background-color: #DD83CC; }
a { background-color: rgb(221,131,204); }
div.DivClassName
{
background-color: #DD83CC;
}
.BgClassName
{
background-color: #DD83CC;
}
</style>
border-color css
<style>
span { border-color: #DD83CC; }
span { border-color: rgb(221,131,204); }
td.TdClassName
{
border-color: #DD83CC;
}
.TagClassName
{
border-color: #DD83CC;
}
</style>