Shades of Orchid #DC81C7
Tints of Orchid #DC81C7
RGB
CMYK
RGB Variations
Color information
#DC81C7 (or 0xDC81C7) is known color: Orchid. HEX triplet: DC, 81 and C7. RGB value is (220,129,199). Sum of RGB (Red+Green+Blue) = 220+129+199=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81C7 is #237E38. Grayscale: #A4A4A4. Windows color (decimal): -2326073 or 13074908. OLE color: 13074908.
HSL color Cylindrical-coordinate representation of color #DC81C7: hue angle of 313.85º 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 #DC81C7 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 199 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.14 |
| HSL | 313.85º | 0.57% | 0.68% | - |
| HSV(B) | 313.85º | 0.41% | 0.86% | - |
| XYZ | 47.67 | 35.04 | 58.28 | - |
| YUV | 164.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 199 | 0 | 0.41 | 0.10 | 0.14 | 313.85 | 0.57 | 0.68 |
| Hex | DC | 81 | C7 | 0 | 29 | A | E | 13A | 39 | 44 |
| Octal | 334 | 201 | 307 | 0 | 51 | 12 | 16 | 472 | 71 | 104 |
| Binary | 11011100 | 10000001 | 11000111 | 0 | 101001 | 1010 | 1110 | 100111010 | 111001 | 1000100 |
Color Harmonies of #DC81C7
Complementary color
Monochromatic Colors of #DC81C7
Black with #DC81C7
Text Example
Text Example
White with #DC81C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81C7; }
p { color: rgb(220,129,199); }
H1.HeaderClassName
{
color: #DC81C7;
}
.AnyTagClassName
{
color: #DC81C7;
}
</style>
background-color css
<style>
a { background-color: #DC81C7; }
a { background-color: rgb(220,129,199); }
div.DivClassName
{
background-color: #DC81C7;
}
.BgClassName
{
background-color: #DC81C7;
}
</style>
border-color css
<style>
span { border-color: #DC81C7; }
span { border-color: rgb(220,129,199); }
td.TdClassName
{
border-color: #DC81C7;
}
.TagClassName
{
border-color: #DC81C7;
}
</style>