Shades of Orchid #DC81CC
Tints of Orchid #DC81CC
RGB
CMYK
RGB Variations
Color information
#DC81CC (or 0xDC81CC) is known color: Orchid. HEX triplet: DC, 81 and CC. RGB value is (220,129,204). Sum of RGB (Red+Green+Blue) = 220+129+204=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81CC is #237E33. Grayscale: #A4A4A4. Windows color (decimal): -2326068 or 13402588. OLE color: 13402588.
HSL color Cylindrical-coordinate representation of color #DC81CC: hue angle of 310.55º 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 #DC81CC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 204 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.14 |
| HSL | 310.55º | 0.57% | 0.68% | - |
| HSV(B) | 310.55º | 0.41% | 0.86% | - |
| XYZ | 48.26 | 35.28 | 61.39 | - |
| YUV | 164.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 204 | 0 | 0.41 | 0.07 | 0.14 | 310.55 | 0.57 | 0.68 |
| Hex | DC | 81 | CC | 0 | 29 | 7 | E | 137 | 39 | 44 |
| Octal | 334 | 201 | 314 | 0 | 51 | 7 | 16 | 467 | 71 | 104 |
| Binary | 11011100 | 10000001 | 11001100 | 0 | 101001 | 111 | 1110 | 100110111 | 111001 | 1000100 |
Color Harmonies of #DC81CC
Complementary color
Monochromatic Colors of #DC81CC
Black with #DC81CC
Text Example
Text Example
White with #DC81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81CC; }
p { color: rgb(220,129,204); }
H1.HeaderClassName
{
color: #DC81CC;
}
.AnyTagClassName
{
color: #DC81CC;
}
</style>
background-color css
<style>
a { background-color: #DC81CC; }
a { background-color: rgb(220,129,204); }
div.DivClassName
{
background-color: #DC81CC;
}
.BgClassName
{
background-color: #DC81CC;
}
</style>
border-color css
<style>
span { border-color: #DC81CC; }
span { border-color: rgb(220,129,204); }
td.TdClassName
{
border-color: #DC81CC;
}
.TagClassName
{
border-color: #DC81CC;
}
</style>