Shades of Orchid #DC81DA
Tints of Orchid #DC81DA
RGB
CMYK
RGB Variations
Color information
#DC81DA (or 0xDC81DA) is known color: Orchid. HEX triplet: DC, 81 and DA. RGB value is (220,129,218). Sum of RGB (Red+Green+Blue) = 220+129+218=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81DA is #237E25. Grayscale: #A6A6A6. Windows color (decimal): -2326054 or 14320092. OLE color: 14320092.
HSL color Cylindrical-coordinate representation of color #DC81DA: hue angle of 301.32º 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 #DC81DA is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 218 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.14 |
| HSL | 301.32º | 0.57% | 0.68% | - |
| HSV(B) | 301.32º | 0.41% | 0.86% | - |
| XYZ | 50.02 | 35.98 | 70.64 | - |
| YUV | 166.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 218 | 0 | 0.41 | 0.01 | 0.14 | 301.32 | 0.57 | 0.68 |
| Hex | DC | 81 | DA | 0 | 29 | 1 | E | 12D | 39 | 44 |
| Octal | 334 | 201 | 332 | 0 | 51 | 1 | 16 | 455 | 71 | 104 |
| Binary | 11011100 | 10000001 | 11011010 | 0 | 101001 | 1 | 1110 | 100101101 | 111001 | 1000100 |
Color Harmonies of #DC81DA
Complementary color
Monochromatic Colors of #DC81DA
Black with #DC81DA
Text Example
Text Example
White with #DC81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81DA; }
p { color: rgb(220,129,218); }
H1.HeaderClassName
{
color: #DC81DA;
}
.AnyTagClassName
{
color: #DC81DA;
}
</style>
background-color css
<style>
a { background-color: #DC81DA; }
a { background-color: rgb(220,129,218); }
div.DivClassName
{
background-color: #DC81DA;
}
.BgClassName
{
background-color: #DC81DA;
}
</style>
border-color css
<style>
span { border-color: #DC81DA; }
span { border-color: rgb(220,129,218); }
td.TdClassName
{
border-color: #DC81DA;
}
.TagClassName
{
border-color: #DC81DA;
}
</style>