Shades of Orchid #DC81CA
Tints of Orchid #DC81CA
RGB
CMYK
RGB Variations
Color information
#DC81CA (or 0xDC81CA) is known color: Orchid. HEX triplet: DC, 81 and CA. RGB value is (220,129,202). Sum of RGB (Red+Green+Blue) = 220+129+202=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81CA is #237E35. Grayscale: #A4A4A4. Windows color (decimal): -2326070 or 13271516. OLE color: 13271516.
HSL color Cylindrical-coordinate representation of color #DC81CA: hue angle of 311.87º 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 #DC81CA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 202 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.14 |
| HSL | 311.87º | 0.57% | 0.68% | - |
| HSV(B) | 311.87º | 0.41% | 0.86% | - |
| XYZ | 48.03 | 35.18 | 60.14 | - |
| YUV | 164.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 202 | 0 | 0.41 | 0.08 | 0.14 | 311.87 | 0.57 | 0.68 |
| Hex | DC | 81 | CA | 0 | 29 | 8 | E | 138 | 39 | 44 |
| Octal | 334 | 201 | 312 | 0 | 51 | 10 | 16 | 470 | 71 | 104 |
| Binary | 11011100 | 10000001 | 11001010 | 0 | 101001 | 1000 | 1110 | 100111000 | 111001 | 1000100 |
Color Harmonies of #DC81CA
Complementary color
Monochromatic Colors of #DC81CA
Black with #DC81CA
Text Example
Text Example
White with #DC81CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81CA; }
p { color: rgb(220,129,202); }
H1.HeaderClassName
{
color: #DC81CA;
}
.AnyTagClassName
{
color: #DC81CA;
}
</style>
background-color css
<style>
a { background-color: #DC81CA; }
a { background-color: rgb(220,129,202); }
div.DivClassName
{
background-color: #DC81CA;
}
.BgClassName
{
background-color: #DC81CA;
}
</style>
border-color css
<style>
span { border-color: #DC81CA; }
span { border-color: rgb(220,129,202); }
td.TdClassName
{
border-color: #DC81CA;
}
.TagClassName
{
border-color: #DC81CA;
}
</style>