Shades of Orchid #DD7BCC
Tints of Orchid #DD7BCC
RGB
CMYK
RGB Variations
Color information
#DD7BCC (or 0xDD7BCC) is known color: Orchid. HEX triplet: DD, 7B and CC. RGB value is (221,123,204). Sum of RGB (Red+Green+Blue) = 221+123+204=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BCC is #228433. Grayscale: #A1A1A1. Windows color (decimal): -2262068 or 13401053. OLE color: 13401053.
HSL color Cylindrical-coordinate representation of color #DD7BCC: hue angle of 310.41º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BCC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 204 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.13 |
| HSL | 310.41º | 0.59% | 0.67% | - |
| HSV(B) | 310.41º | 0.44% | 0.87% | - |
| XYZ | 47.8 | 33.9 | 61.15 | - |
| YUV | 161.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 204 | 0 | 0.44 | 0.08 | 0.13 | 310.41 | 0.59 | 0.67 |
| Hex | DD | 7B | CC | 0 | 2C | 8 | D | 136 | 3B | 43 |
| Octal | 335 | 173 | 314 | 0 | 54 | 10 | 15 | 466 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11001100 | 0 | 101100 | 1000 | 1101 | 100110110 | 111011 | 1000011 |
Color Harmonies of #DD7BCC
Complementary color
Monochromatic Colors of #DD7BCC
Black with #DD7BCC
Text Example
Text Example
White with #DD7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BCC; }
p { color: rgb(221,123,204); }
H1.HeaderClassName
{
color: #DD7BCC;
}
.AnyTagClassName
{
color: #DD7BCC;
}
</style>
background-color css
<style>
a { background-color: #DD7BCC; }
a { background-color: rgb(221,123,204); }
div.DivClassName
{
background-color: #DD7BCC;
}
.BgClassName
{
background-color: #DD7BCC;
}
</style>
border-color css
<style>
span { border-color: #DD7BCC; }
span { border-color: rgb(221,123,204); }
td.TdClassName
{
border-color: #DD7BCC;
}
.TagClassName
{
border-color: #DD7BCC;
}
</style>