Shades of Orchid #DC7BD7
Tints of Orchid #DC7BD7
RGB
CMYK
RGB Variations
Color information
#DC7BD7 (or 0xDC7BD7) is known color: Orchid. HEX triplet: DC, 7B and D7. RGB value is (220,123,215). Sum of RGB (Red+Green+Blue) = 220+123+215=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BD7 is #238428. Grayscale: #A2A2A2. Windows color (decimal): -2327593 or 14121948. OLE color: 14121948.
HSL color Cylindrical-coordinate representation of color #DC7BD7: hue angle of 303.09º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7BD7 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 215 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.14 |
| HSL | 303.09º | 0.58% | 0.67% | - |
| HSV(B) | 303.09º | 0.44% | 0.86% | - |
| XYZ | 48.86 | 34.29 | 68.33 | - |
| YUV | 162.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 215 | 0 | 0.44 | 0.02 | 0.14 | 303.09 | 0.58 | 0.67 |
| Hex | DC | 7B | D7 | 0 | 2C | 2 | E | 12F | 3A | 43 |
| Octal | 334 | 173 | 327 | 0 | 54 | 2 | 16 | 457 | 72 | 103 |
| Binary | 11011100 | 1111011 | 11010111 | 0 | 101100 | 10 | 1110 | 100101111 | 111010 | 1000011 |
Color Harmonies of #DC7BD7
Complementary color
Monochromatic Colors of #DC7BD7
Black with #DC7BD7
Text Example
Text Example
White with #DC7BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BD7; }
p { color: rgb(220,123,215); }
H1.HeaderClassName
{
color: #DC7BD7;
}
.AnyTagClassName
{
color: #DC7BD7;
}
</style>
background-color css
<style>
a { background-color: #DC7BD7; }
a { background-color: rgb(220,123,215); }
div.DivClassName
{
background-color: #DC7BD7;
}
.BgClassName
{
background-color: #DC7BD7;
}
</style>
border-color css
<style>
span { border-color: #DC7BD7; }
span { border-color: rgb(220,123,215); }
td.TdClassName
{
border-color: #DC7BD7;
}
.TagClassName
{
border-color: #DC7BD7;
}
</style>