Shades of Orchid #DC77DA
Tints of Orchid #DC77DA
RGB
CMYK
RGB Variations
Color information
#DC77DA (or 0xDC77DA) is known color: Orchid. HEX triplet: DC, 77 and DA. RGB value is (220,119,218). Sum of RGB (Red+Green+Blue) = 220+119+218=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77DA is #238825. Grayscale: #A0A0A0. Windows color (decimal): -2328614 or 14317532. OLE color: 14317532.
HSL color Cylindrical-coordinate representation of color #DC77DA: hue angle of 301.19º 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 #DC77DA is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 218 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.14 |
| HSL | 301.19º | 0.59% | 0.66% | - |
| HSV(B) | 301.19º | 0.46% | 0.86% | - |
| XYZ | 48.77 | 33.47 | 70.22 | - |
| YUV | 160.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 218 | 0 | 0.46 | 0.01 | 0.14 | 301.19 | 0.59 | 0.66 |
| Hex | DC | 77 | DA | 0 | 2E | 1 | E | 12D | 3B | 42 |
| Octal | 334 | 167 | 332 | 0 | 56 | 1 | 16 | 455 | 73 | 102 |
| Binary | 11011100 | 1110111 | 11011010 | 0 | 101110 | 1 | 1110 | 100101101 | 111011 | 1000010 |
Color Harmonies of #DC77DA
Complementary color
Monochromatic Colors of #DC77DA
Black with #DC77DA
Text Example
Text Example
White with #DC77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77DA; }
p { color: rgb(220,119,218); }
H1.HeaderClassName
{
color: #DC77DA;
}
.AnyTagClassName
{
color: #DC77DA;
}
</style>
background-color css
<style>
a { background-color: #DC77DA; }
a { background-color: rgb(220,119,218); }
div.DivClassName
{
background-color: #DC77DA;
}
.BgClassName
{
background-color: #DC77DA;
}
</style>
border-color css
<style>
span { border-color: #DC77DA; }
span { border-color: rgb(220,119,218); }
td.TdClassName
{
border-color: #DC77DA;
}
.TagClassName
{
border-color: #DC77DA;
}
</style>