Shades of Orchid #DC7BC5
Tints of Orchid #DC7BC5
RGB
CMYK
RGB Variations
Color information
#DC7BC5 (or 0xDC7BC5) is known color: Orchid. HEX triplet: DC, 7B and C5. RGB value is (220,123,197). Sum of RGB (Red+Green+Blue) = 220+123+197=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BC5 is #23843A. Grayscale: #A0A0A0. Windows color (decimal): -2327611 or 12942300. OLE color: 12942300.
HSL color Cylindrical-coordinate representation of color #DC7BC5: hue angle of 314.23º 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 #DC7BC5 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 197 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.14 |
| HSL | 314.23º | 0.58% | 0.67% | - |
| HSV(B) | 314.23º | 0.44% | 0.86% | - |
| XYZ | 46.68 | 33.41 | 56.81 | - |
| YUV | 160.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 197 | 0 | 0.44 | 0.10 | 0.14 | 314.23 | 0.58 | 0.67 |
| Hex | DC | 7B | C5 | 0 | 2C | A | E | 13A | 3A | 43 |
| Octal | 334 | 173 | 305 | 0 | 54 | 12 | 16 | 472 | 72 | 103 |
| Binary | 11011100 | 1111011 | 11000101 | 0 | 101100 | 1010 | 1110 | 100111010 | 111010 | 1000011 |
Color Harmonies of #DC7BC5
Complementary color
Monochromatic Colors of #DC7BC5
Black with #DC7BC5
Text Example
Text Example
White with #DC7BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BC5; }
p { color: rgb(220,123,197); }
H1.HeaderClassName
{
color: #DC7BC5;
}
.AnyTagClassName
{
color: #DC7BC5;
}
</style>
background-color css
<style>
a { background-color: #DC7BC5; }
a { background-color: rgb(220,123,197); }
div.DivClassName
{
background-color: #DC7BC5;
}
.BgClassName
{
background-color: #DC7BC5;
}
</style>
border-color css
<style>
span { border-color: #DC7BC5; }
span { border-color: rgb(220,123,197); }
td.TdClassName
{
border-color: #DC7BC5;
}
.TagClassName
{
border-color: #DC7BC5;
}
</style>