Shades of Orchid #DC70BE
Tints of Orchid #DC70BE
RGB
CMYK
RGB Variations
Color information
#DC70BE (or 0xDC70BE) is known color: Orchid. HEX triplet: DC, 70 and BE. RGB value is (220,112,190). Sum of RGB (Red+Green+Blue) = 220+112+190=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70BE is #238F41. Grayscale: #989898. Windows color (decimal): -2330434 or 12480732. OLE color: 12480732.
HSL color Cylindrical-coordinate representation of color #DC70BE: hue angle of 316.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC70BE is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 190 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.14 |
| HSL | 316.67º | 0.61% | 0.65% | - |
| HSV(B) | 316.67º | 0.49% | 0.86% | - |
| XYZ | 44.6 | 30.52 | 52.26 | - |
| YUV | 153.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 190 | 0 | 0.49 | 0.14 | 0.14 | 316.67 | 0.61 | 0.65 |
| Hex | DC | 70 | BE | 0 | 31 | E | E | 13D | 3D | 41 |
| Octal | 334 | 160 | 276 | 0 | 61 | 16 | 16 | 475 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10111110 | 0 | 110001 | 1110 | 1110 | 100111101 | 111101 | 1000001 |
Color Harmonies of #DC70BE
Complementary color
Monochromatic Colors of #DC70BE
Black with #DC70BE
Text Example
Text Example
White with #DC70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70BE; }
p { color: rgb(220,112,190); }
H1.HeaderClassName
{
color: #DC70BE;
}
.AnyTagClassName
{
color: #DC70BE;
}
</style>
background-color css
<style>
a { background-color: #DC70BE; }
a { background-color: rgb(220,112,190); }
div.DivClassName
{
background-color: #DC70BE;
}
.BgClassName
{
background-color: #DC70BE;
}
</style>
border-color css
<style>
span { border-color: #DC70BE; }
span { border-color: rgb(220,112,190); }
td.TdClassName
{
border-color: #DC70BE;
}
.TagClassName
{
border-color: #DC70BE;
}
</style>