Shades of Orchid #DC80C3
Tints of Orchid #DC80C3
RGB
CMYK
RGB Variations
Color information
#DC80C3 (or 0xDC80C3) is known color: Orchid. HEX triplet: DC, 80 and C3. RGB value is (220,128,195). Sum of RGB (Red+Green+Blue) = 220+128+195=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80C3 is #237F3C. Grayscale: #A2A2A2. Windows color (decimal): -2326333 or 12812508. OLE color: 12812508.
HSL color Cylindrical-coordinate representation of color #DC80C3: hue angle of 316.3º 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 #DC80C3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 195 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.14 |
| HSL | 316.3º | 0.57% | 0.68% | - |
| HSV(B) | 316.3º | 0.42% | 0.86% | - |
| XYZ | 47.08 | 34.59 | 55.83 | - |
| YUV | 163.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 195 | 0 | 0.42 | 0.11 | 0.14 | 316.3 | 0.57 | 0.68 |
| Hex | DC | 80 | C3 | 0 | 2A | B | E | 13C | 39 | 44 |
| Octal | 334 | 200 | 303 | 0 | 52 | 13 | 16 | 474 | 71 | 104 |
| Binary | 11011100 | 10000000 | 11000011 | 0 | 101010 | 1011 | 1110 | 100111100 | 111001 | 1000100 |
Color Harmonies of #DC80C3
Complementary color
Monochromatic Colors of #DC80C3
Black with #DC80C3
Text Example
Text Example
White with #DC80C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80C3; }
p { color: rgb(220,128,195); }
H1.HeaderClassName
{
color: #DC80C3;
}
.AnyTagClassName
{
color: #DC80C3;
}
</style>
background-color css
<style>
a { background-color: #DC80C3; }
a { background-color: rgb(220,128,195); }
div.DivClassName
{
background-color: #DC80C3;
}
.BgClassName
{
background-color: #DC80C3;
}
</style>
border-color css
<style>
span { border-color: #DC80C3; }
span { border-color: rgb(220,128,195); }
td.TdClassName
{
border-color: #DC80C3;
}
.TagClassName
{
border-color: #DC80C3;
}
</style>