Shades of Orchid #DC80DC
Tints of Orchid #DC80DC
RGB
CMYK
RGB Variations
Color information
#DC80DC (or 0xDC80DC) is known color: Orchid. HEX triplet: DC, 80 and DC. RGB value is (220,128,220). Sum of RGB (Red+Green+Blue) = 220+128+220=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80DC is #237F23. Grayscale: #A5A5A5. Windows color (decimal): -2326308 or 14450908. OLE color: 14450908.
HSL color Cylindrical-coordinate representation of color #DC80DC: hue angle of 300º 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 #DC80DC is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 128 | 220 | - |
CMYK | 0 | 0.42 | 0 | 0.14 |
HSL | 300º | 0.57% | 0.68% | - |
HSV(B) | 300º | 0.42% | 0.86% | - |
XYZ | 50.15 | 35.82 | 71.98 | - |
YUV | 166 | 158.48 | 166.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 128 | 220 | 0 | 0.42 | 0 | 0.14 | 300 | 0.57 | 0.68 |
Hex | DC | 80 | DC | 0 | 2A | 0 | E | 12C | 39 | 44 |
Octal | 334 | 200 | 334 | 0 | 52 | 0 | 16 | 454 | 71 | 104 |
Binary | 11011100 | 10000000 | 11011100 | 0 | 101010 | 0 | 1110 | 100101100 | 111001 | 1000100 |
Color Harmonies of #DC80DC
Complementary color
Monochromatic Colors of #DC80DC
Black with #DC80DC
Text Example
Text Example
White with #DC80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80DC; }
p { color: rgb(220,128,220); }
H1.HeaderClassName
{
color: #DC80DC;
}
.AnyTagClassName
{
color: #DC80DC;
}
</style>
background-color css
<style>
a { background-color: #DC80DC; }
a { background-color: rgb(220,128,220); }
div.DivClassName
{
background-color: #DC80DC;
}
.BgClassName
{
background-color: #DC80DC;
}
</style>
border-color css
<style>
span { border-color: #DC80DC; }
span { border-color: rgb(220,128,220); }
td.TdClassName
{
border-color: #DC80DC;
}
.TagClassName
{
border-color: #DC80DC;
}
</style>