Shades of Orchid #DC80DE
Tints of Orchid #DC80DE
RGB
CMYK
RGB Variations
Color information
#DC80DE (or 0xDC80DE) is known color: Orchid. HEX triplet: DC, 80 and DE. RGB value is (220,128,222). Sum of RGB (Red+Green+Blue) = 220+128+222=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC80DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80DE is #237F21. Grayscale: #A5A5A5. Windows color (decimal): -2326306 or 14581980. OLE color: 14581980.
HSL color Cylindrical-coordinate representation of color #DC80DE: hue angle of 298.72º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80DE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 128 | 222 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.13 |
| HSL | 298.72º | 0.59% | 0.69% | - |
| HSV(B) | 298.72º | 0.42% | 0.87% | - |
| XYZ | 50.42 | 35.93 | 73.38 | - |
| YUV | 166.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 222 | 0.01 | 0.42 | 0 | 0.13 | 298.72 | 0.59 | 0.69 |
| Hex | DC | 80 | DE | 1 | 2A | 0 | D | 12B | 3B | 45 |
| Octal | 334 | 200 | 336 | 1 | 52 | 0 | 15 | 453 | 73 | 105 |
| Binary | 11011100 | 10000000 | 11011110 | 1 | 101010 | 0 | 1101 | 100101011 | 111011 | 1000101 |
Color Harmonies of #DC80DE
Complementary color
Monochromatic Colors of #DC80DE
Black with #DC80DE
Text Example
Text Example
White with #DC80DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80DE; }
p { color: rgb(220,128,222); }
H1.HeaderClassName
{
color: #DC80DE;
}
.AnyTagClassName
{
color: #DC80DE;
}
</style>
background-color css
<style>
a { background-color: #DC80DE; }
a { background-color: rgb(220,128,222); }
div.DivClassName
{
background-color: #DC80DE;
}
.BgClassName
{
background-color: #DC80DE;
}
</style>
border-color css
<style>
span { border-color: #DC80DE; }
span { border-color: rgb(220,128,222); }
td.TdClassName
{
border-color: #DC80DE;
}
.TagClassName
{
border-color: #DC80DE;
}
</style>