Shades of Orchid #DC7CC1
Tints of Orchid #DC7CC1
RGB
CMYK
RGB Variations
Color information
#DC7CC1 (or 0xDC7CC1) is known color: Orchid. HEX triplet: DC, 7C and C1. RGB value is (220,124,193). Sum of RGB (Red+Green+Blue) = 220+124+193=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CC1 is #23833E. Grayscale: #A0A0A0. Windows color (decimal): -2327359 or 12680412. OLE color: 12680412.
HSL color Cylindrical-coordinate representation of color #DC7CC1: hue angle of 316.88º 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 #DC7CC1 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 193 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.14 |
| HSL | 316.88º | 0.58% | 0.67% | - |
| HSV(B) | 316.88º | 0.44% | 0.86% | - |
| XYZ | 46.35 | 33.48 | 54.47 | - |
| YUV | 160.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 193 | 0 | 0.44 | 0.12 | 0.14 | 316.88 | 0.58 | 0.67 |
| Hex | DC | 7C | C1 | 0 | 2C | C | E | 13D | 3A | 43 |
| Octal | 334 | 174 | 301 | 0 | 54 | 14 | 16 | 475 | 72 | 103 |
| Binary | 11011100 | 1111100 | 11000001 | 0 | 101100 | 1100 | 1110 | 100111101 | 111010 | 1000011 |
Color Harmonies of #DC7CC1
Complementary color
Monochromatic Colors of #DC7CC1
Black with #DC7CC1
Text Example
Text Example
White with #DC7CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CC1; }
p { color: rgb(220,124,193); }
H1.HeaderClassName
{
color: #DC7CC1;
}
.AnyTagClassName
{
color: #DC7CC1;
}
</style>
background-color css
<style>
a { background-color: #DC7CC1; }
a { background-color: rgb(220,124,193); }
div.DivClassName
{
background-color: #DC7CC1;
}
.BgClassName
{
background-color: #DC7CC1;
}
</style>
border-color css
<style>
span { border-color: #DC7CC1; }
span { border-color: rgb(220,124,193); }
td.TdClassName
{
border-color: #DC7CC1;
}
.TagClassName
{
border-color: #DC7CC1;
}
</style>