Shades of Orchid #DC7BC1
Tints of Orchid #DC7BC1
RGB
CMYK
RGB Variations
Color information
#DC7BC1 (or 0xDC7BC1) is known color: Orchid. HEX triplet: DC, 7B and C1. RGB value is (220,123,193). Sum of RGB (Red+Green+Blue) = 220+123+193=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BC1 is #23843E. Grayscale: #9F9F9F. Windows color (decimal): -2327615 or 12680156. OLE color: 12680156.
HSL color Cylindrical-coordinate representation of color #DC7BC1: hue angle of 316.7º 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 #DC7BC1 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 193 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.14 |
| HSL | 316.7º | 0.58% | 0.67% | - |
| HSV(B) | 316.7º | 0.44% | 0.86% | - |
| XYZ | 46.22 | 33.23 | 54.43 | - |
| YUV | 159.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 193 | 0 | 0.44 | 0.12 | 0.14 | 316.7 | 0.58 | 0.67 |
| Hex | DC | 7B | C1 | 0 | 2C | C | E | 13D | 3A | 43 |
| Octal | 334 | 173 | 301 | 0 | 54 | 14 | 16 | 475 | 72 | 103 |
| Binary | 11011100 | 1111011 | 11000001 | 0 | 101100 | 1100 | 1110 | 100111101 | 111010 | 1000011 |
Color Harmonies of #DC7BC1
Complementary color
Monochromatic Colors of #DC7BC1
Black with #DC7BC1
Text Example
Text Example
White with #DC7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BC1; }
p { color: rgb(220,123,193); }
H1.HeaderClassName
{
color: #DC7BC1;
}
.AnyTagClassName
{
color: #DC7BC1;
}
</style>
background-color css
<style>
a { background-color: #DC7BC1; }
a { background-color: rgb(220,123,193); }
div.DivClassName
{
background-color: #DC7BC1;
}
.BgClassName
{
background-color: #DC7BC1;
}
</style>
border-color css
<style>
span { border-color: #DC7BC1; }
span { border-color: rgb(220,123,193); }
td.TdClassName
{
border-color: #DC7BC1;
}
.TagClassName
{
border-color: #DC7BC1;
}
</style>