Shades of Orchid #DC76DA
Tints of Orchid #DC76DA
RGB
CMYK
RGB Variations
Color information
#DC76DA (or 0xDC76DA) is known color: Orchid. HEX triplet: DC, 76 and DA. RGB value is (220,118,218). Sum of RGB (Red+Green+Blue) = 220+118+218=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76DA is #238925. Grayscale: #9F9F9F. Windows color (decimal): -2328870 or 14317276. OLE color: 14317276.
HSL color Cylindrical-coordinate representation of color #DC76DA: hue angle of 301.18º 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 #DC76DA is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 218 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.14 |
| HSL | 301.18º | 0.59% | 0.66% | - |
| HSV(B) | 301.18º | 0.46% | 0.86% | - |
| XYZ | 48.65 | 33.23 | 70.18 | - |
| YUV | 159.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 218 | 0 | 0.46 | 0.01 | 0.14 | 301.18 | 0.59 | 0.66 |
| Hex | DC | 76 | DA | 0 | 2E | 1 | E | 12D | 3B | 42 |
| Octal | 334 | 166 | 332 | 0 | 56 | 1 | 16 | 455 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11011010 | 0 | 101110 | 1 | 1110 | 100101101 | 111011 | 1000010 |
Color Harmonies of #DC76DA
Complementary color
Monochromatic Colors of #DC76DA
Black with #DC76DA
Text Example
Text Example
White with #DC76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76DA; }
p { color: rgb(220,118,218); }
H1.HeaderClassName
{
color: #DC76DA;
}
.AnyTagClassName
{
color: #DC76DA;
}
</style>
background-color css
<style>
a { background-color: #DC76DA; }
a { background-color: rgb(220,118,218); }
div.DivClassName
{
background-color: #DC76DA;
}
.BgClassName
{
background-color: #DC76DA;
}
</style>
border-color css
<style>
span { border-color: #DC76DA; }
span { border-color: rgb(220,118,218); }
td.TdClassName
{
border-color: #DC76DA;
}
.TagClassName
{
border-color: #DC76DA;
}
</style>