Shades of Orchid #DC80CE
Tints of Orchid #DC80CE
RGB
CMYK
RGB Variations
Color information
#DC80CE (or 0xDC80CE) is known color: Orchid. HEX triplet: DC, 80 and CE. RGB value is (220,128,206). Sum of RGB (Red+Green+Blue) = 220+128+206=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80CE is #237F31. Grayscale: #A4A4A4. Windows color (decimal): -2326322 or 13533404. OLE color: 13533404.
HSL color Cylindrical-coordinate representation of color #DC80CE: hue angle of 309.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80CE is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 206 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.14 |
| HSL | 309.13º | 0.57% | 0.68% | - |
| HSV(B) | 309.13º | 0.42% | 0.86% | - |
| XYZ | 48.37 | 35.11 | 62.62 | - |
| YUV | 164.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 206 | 0 | 0.42 | 0.06 | 0.14 | 309.13 | 0.57 | 0.68 |
| Hex | DC | 80 | CE | 0 | 2A | 6 | E | 135 | 39 | 44 |
| Octal | 334 | 200 | 316 | 0 | 52 | 6 | 16 | 465 | 71 | 104 |
| Binary | 11011100 | 10000000 | 11001110 | 0 | 101010 | 110 | 1110 | 100110101 | 111001 | 1000100 |
Color Harmonies of #DC80CE
Complementary color
Monochromatic Colors of #DC80CE
Black with #DC80CE
Text Example
Text Example
White with #DC80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80CE; }
p { color: rgb(220,128,206); }
H1.HeaderClassName
{
color: #DC80CE;
}
.AnyTagClassName
{
color: #DC80CE;
}
</style>
background-color css
<style>
a { background-color: #DC80CE; }
a { background-color: rgb(220,128,206); }
div.DivClassName
{
background-color: #DC80CE;
}
.BgClassName
{
background-color: #DC80CE;
}
</style>
border-color css
<style>
span { border-color: #DC80CE; }
span { border-color: rgb(220,128,206); }
td.TdClassName
{
border-color: #DC80CE;
}
.TagClassName
{
border-color: #DC80CE;
}
</style>