Shades of Orchid #DC80DB
Tints of Orchid #DC80DB
RGB
CMYK
RGB Variations
Color information
#DC80DB (or 0xDC80DB) is known color: Orchid. HEX triplet: DC, 80 and DB. RGB value is (220,128,219). Sum of RGB (Red+Green+Blue) = 220+128+219=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80DB is #237F24. Grayscale: #A5A5A5. Windows color (decimal): -2326309 or 14385372. OLE color: 14385372.
HSL color Cylindrical-coordinate representation of color #DC80DB: hue angle of 300.65º 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 #DC80DB is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 128 | 219 | - |
CMYK | 0 | 0.42 | 0.00 | 0.14 |
HSL | 300.65º | 0.57% | 0.68% | - |
HSV(B) | 300.65º | 0.42% | 0.86% | - |
XYZ | 50.02 | 35.77 | 71.29 | - |
YUV | 165.88 | 157.98 | 166.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 128 | 219 | 0 | 0.42 | 0.00 | 0.14 | 300.65 | 0.57 | 0.68 |
Hex | DC | 80 | DB | 0 | 2A | 0 | E | 12D | 39 | 44 |
Octal | 334 | 200 | 333 | 0 | 52 | 0 | 16 | 455 | 71 | 104 |
Binary | 11011100 | 10000000 | 11011011 | 0 | 101010 | 0 | 1110 | 100101101 | 111001 | 1000100 |
Color Harmonies of #DC80DB
Complementary color
Monochromatic Colors of #DC80DB
Black with #DC80DB
Text Example
Text Example
White with #DC80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80DB; }
p { color: rgb(220,128,219); }
H1.HeaderClassName
{
color: #DC80DB;
}
.AnyTagClassName
{
color: #DC80DB;
}
</style>
background-color css
<style>
a { background-color: #DC80DB; }
a { background-color: rgb(220,128,219); }
div.DivClassName
{
background-color: #DC80DB;
}
.BgClassName
{
background-color: #DC80DB;
}
</style>
border-color css
<style>
span { border-color: #DC80DB; }
span { border-color: rgb(220,128,219); }
td.TdClassName
{
border-color: #DC80DB;
}
.TagClassName
{
border-color: #DC80DB;
}
</style>