Shades of Orchid #DC76CC
Tints of Orchid #DC76CC
RGB
CMYK
RGB Variations
Color information
#DC76CC (or 0xDC76CC) is known color: Orchid. HEX triplet: DC, 76 and CC. RGB value is (220,118,204). Sum of RGB (Red+Green+Blue) = 220+118+204=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76CC is #238933. Grayscale: #9E9E9E. Windows color (decimal): -2328884 or 13399772. OLE color: 13399772.
HSL color Cylindrical-coordinate representation of color #DC76CC: hue angle of 309.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76CC is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 204 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.14 |
| HSL | 309.41º | 0.59% | 0.66% | - |
| HSV(B) | 309.41º | 0.46% | 0.86% | - |
| XYZ | 46.89 | 32.53 | 60.93 | - |
| YUV | 158.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 204 | 0 | 0.46 | 0.07 | 0.14 | 309.41 | 0.59 | 0.66 |
| Hex | DC | 76 | CC | 0 | 2E | 7 | E | 135 | 3B | 42 |
| Octal | 334 | 166 | 314 | 0 | 56 | 7 | 16 | 465 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11001100 | 0 | 101110 | 111 | 1110 | 100110101 | 111011 | 1000010 |
Color Harmonies of #DC76CC
Complementary color
Monochromatic Colors of #DC76CC
Black with #DC76CC
Text Example
Text Example
White with #DC76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76CC; }
p { color: rgb(220,118,204); }
H1.HeaderClassName
{
color: #DC76CC;
}
.AnyTagClassName
{
color: #DC76CC;
}
</style>
background-color css
<style>
a { background-color: #DC76CC; }
a { background-color: rgb(220,118,204); }
div.DivClassName
{
background-color: #DC76CC;
}
.BgClassName
{
background-color: #DC76CC;
}
</style>
border-color css
<style>
span { border-color: #DC76CC; }
span { border-color: rgb(220,118,204); }
td.TdClassName
{
border-color: #DC76CC;
}
.TagClassName
{
border-color: #DC76CC;
}
</style>