Shades of Orchid #DC81C5
Tints of Orchid #DC81C5
RGB
CMYK
RGB Variations
Color information
#DC81C5 (or 0xDC81C5) is known color: Orchid. HEX triplet: DC, 81 and C5. RGB value is (220,129,197). Sum of RGB (Red+Green+Blue) = 220+129+197=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81C5 is #237E3A. Grayscale: #A3A3A3. Windows color (decimal): -2326075 or 12943836. OLE color: 12943836.
HSL color Cylindrical-coordinate representation of color #DC81C5: hue angle of 315.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC81C5 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 197 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.14 |
| HSL | 315.16º | 0.57% | 0.68% | - |
| HSV(B) | 315.16º | 0.41% | 0.86% | - |
| XYZ | 47.44 | 34.95 | 57.07 | - |
| YUV | 163.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 197 | 0 | 0.41 | 0.10 | 0.14 | 315.16 | 0.57 | 0.68 |
| Hex | DC | 81 | C5 | 0 | 29 | A | E | 13B | 39 | 44 |
| Octal | 334 | 201 | 305 | 0 | 51 | 12 | 16 | 473 | 71 | 104 |
| Binary | 11011100 | 10000001 | 11000101 | 0 | 101001 | 1010 | 1110 | 100111011 | 111001 | 1000100 |
Color Harmonies of #DC81C5
Complementary color
Monochromatic Colors of #DC81C5
Black with #DC81C5
Text Example
Text Example
White with #DC81C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81C5; }
p { color: rgb(220,129,197); }
H1.HeaderClassName
{
color: #DC81C5;
}
.AnyTagClassName
{
color: #DC81C5;
}
</style>
background-color css
<style>
a { background-color: #DC81C5; }
a { background-color: rgb(220,129,197); }
div.DivClassName
{
background-color: #DC81C5;
}
.BgClassName
{
background-color: #DC81C5;
}
</style>
border-color css
<style>
span { border-color: #DC81C5; }
span { border-color: rgb(220,129,197); }
td.TdClassName
{
border-color: #DC81C5;
}
.TagClassName
{
border-color: #DC81C5;
}
</style>