Shades of Orchid #DC76DD
Tints of Orchid #DC76DD
RGB
CMYK
RGB Variations
Color information
#DC76DD (or 0xDC76DD) is known color: Orchid. HEX triplet: DC, 76 and DD. RGB value is (220,118,221). Sum of RGB (Red+Green+Blue) = 220+118+221=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76DD is #238922. Grayscale: #9F9F9F. Windows color (decimal): -2328867 or 14513884. OLE color: 14513884.
HSL color Cylindrical-coordinate representation of color #DC76DD: hue angle of 299.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC76DD is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 118 | 221 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.13 |
| HSL | 299.42º | 0.6% | 0.66% | - |
| HSV(B) | 299.42º | 0.47% | 0.87% | - |
| XYZ | 49.04 | 33.39 | 72.27 | - |
| YUV | 160.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 221 | 0.00 | 0.47 | 0 | 0.13 | 299.42 | 0.6 | 0.66 |
| Hex | DC | 76 | DD | 0 | 2F | 0 | D | 12B | 3C | 42 |
| Octal | 334 | 166 | 335 | 0 | 57 | 0 | 15 | 453 | 74 | 102 |
| Binary | 11011100 | 1110110 | 11011101 | 0 | 101111 | 0 | 1101 | 100101011 | 111100 | 1000010 |
Color Harmonies of #DC76DD
Complementary color
Monochromatic Colors of #DC76DD
Black with #DC76DD
Text Example
Text Example
White with #DC76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76DD; }
p { color: rgb(220,118,221); }
H1.HeaderClassName
{
color: #DC76DD;
}
.AnyTagClassName
{
color: #DC76DD;
}
</style>
background-color css
<style>
a { background-color: #DC76DD; }
a { background-color: rgb(220,118,221); }
div.DivClassName
{
background-color: #DC76DD;
}
.BgClassName
{
background-color: #DC76DD;
}
</style>
border-color css
<style>
span { border-color: #DC76DD; }
span { border-color: rgb(220,118,221); }
td.TdClassName
{
border-color: #DC76DD;
}
.TagClassName
{
border-color: #DC76DD;
}
</style>