Shades of Orchid #DC68B9
Tints of Orchid #DC68B9
RGB
CMYK
RGB Variations
Color information
#DC68B9 (or 0xDC68B9) is known color: Orchid. HEX triplet: DC, 68 and B9. RGB value is (220,104,185). Sum of RGB (Red+Green+Blue) = 220+104+185=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68B9 is #239746. Grayscale: #939393. Windows color (decimal): -2332487 or 12151004. OLE color: 12151004.
HSL color Cylindrical-coordinate representation of color #DC68B9: hue angle of 318.1º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68B9 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 185 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.14 |
| HSL | 318.1º | 0.62% | 0.64% | - |
| HSV(B) | 318.1º | 0.53% | 0.86% | - |
| XYZ | 43.22 | 28.62 | 49.14 | - |
| YUV | 147.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 185 | 0 | 0.53 | 0.16 | 0.14 | 318.1 | 0.62 | 0.64 |
| Hex | DC | 68 | B9 | 0 | 35 | 10 | E | 13E | 3E | 40 |
| Octal | 334 | 150 | 271 | 0 | 65 | 20 | 16 | 476 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10111001 | 0 | 110101 | 10000 | 1110 | 100111110 | 111110 | 1000000 |
Color Harmonies of #DC68B9
Complementary color
Monochromatic Colors of #DC68B9
Black with #DC68B9
Text Example
Text Example
White with #DC68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68B9; }
p { color: rgb(220,104,185); }
H1.HeaderClassName
{
color: #DC68B9;
}
.AnyTagClassName
{
color: #DC68B9;
}
</style>
background-color css
<style>
a { background-color: #DC68B9; }
a { background-color: rgb(220,104,185); }
div.DivClassName
{
background-color: #DC68B9;
}
.BgClassName
{
background-color: #DC68B9;
}
</style>
border-color css
<style>
span { border-color: #DC68B9; }
span { border-color: rgb(220,104,185); }
td.TdClassName
{
border-color: #DC68B9;
}
.TagClassName
{
border-color: #DC68B9;
}
</style>