Shades of Orchid #DC76DE
Tints of Orchid #DC76DE
RGB
CMYK
RGB Variations
Color information
#DC76DE (or 0xDC76DE) is known color: Orchid. HEX triplet: DC, 76 and DE. RGB value is (220,118,222). Sum of RGB (Red+Green+Blue) = 220+118+222=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76DE is #238921. Grayscale: #A0A0A0. Windows color (decimal): -2328866 or 14579420. OLE color: 14579420.
HSL color Cylindrical-coordinate representation of color #DC76DE: hue angle of 298.85º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC76DE is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 118 | 222 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.13 |
| HSL | 298.85º | 0.61% | 0.67% | - |
| HSV(B) | 298.85º | 0.47% | 0.87% | - |
| XYZ | 49.18 | 33.45 | 72.97 | - |
| YUV | 160.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 222 | 0.01 | 0.47 | 0 | 0.13 | 298.85 | 0.61 | 0.67 |
| Hex | DC | 76 | DE | 1 | 2F | 0 | D | 12B | 3D | 43 |
| Octal | 334 | 166 | 336 | 1 | 57 | 0 | 15 | 453 | 75 | 103 |
| Binary | 11011100 | 1110110 | 11011110 | 1 | 101111 | 0 | 1101 | 100101011 | 111101 | 1000011 |
Color Harmonies of #DC76DE
Complementary color
Monochromatic Colors of #DC76DE
Black with #DC76DE
Text Example
Text Example
White with #DC76DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76DE; }
p { color: rgb(220,118,222); }
H1.HeaderClassName
{
color: #DC76DE;
}
.AnyTagClassName
{
color: #DC76DE;
}
</style>
background-color css
<style>
a { background-color: #DC76DE; }
a { background-color: rgb(220,118,222); }
div.DivClassName
{
background-color: #DC76DE;
}
.BgClassName
{
background-color: #DC76DE;
}
</style>
border-color css
<style>
span { border-color: #DC76DE; }
span { border-color: rgb(220,118,222); }
td.TdClassName
{
border-color: #DC76DE;
}
.TagClassName
{
border-color: #DC76DE;
}
</style>