Shades of Orchid #DC68BF
Tints of Orchid #DC68BF
RGB
CMYK
RGB Variations
Color information
#DC68BF (or 0xDC68BF) is known color: Orchid. HEX triplet: DC, 68 and BF. RGB value is (220,104,191). Sum of RGB (Red+Green+Blue) = 220+104+191=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68BF is #239740. Grayscale: #949494. Windows color (decimal): -2332481 or 12544220. OLE color: 12544220.
HSL color Cylindrical-coordinate representation of color #DC68BF: hue angle of 315º 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 #DC68BF is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 191 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.14 |
| HSL | 315º | 0.62% | 0.64% | - |
| HSV(B) | 315º | 0.53% | 0.86% | - |
| XYZ | 43.87 | 28.88 | 52.55 | - |
| YUV | 148.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 191 | 0 | 0.53 | 0.13 | 0.14 | 315 | 0.62 | 0.64 |
| Hex | DC | 68 | BF | 0 | 35 | D | E | 13B | 3E | 40 |
| Octal | 334 | 150 | 277 | 0 | 65 | 15 | 16 | 473 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10111111 | 0 | 110101 | 1101 | 1110 | 100111011 | 111110 | 1000000 |
Color Harmonies of #DC68BF
Complementary color
Monochromatic Colors of #DC68BF
Black with #DC68BF
Text Example
Text Example
White with #DC68BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68BF; }
p { color: rgb(220,104,191); }
H1.HeaderClassName
{
color: #DC68BF;
}
.AnyTagClassName
{
color: #DC68BF;
}
</style>
background-color css
<style>
a { background-color: #DC68BF; }
a { background-color: rgb(220,104,191); }
div.DivClassName
{
background-color: #DC68BF;
}
.BgClassName
{
background-color: #DC68BF;
}
</style>
border-color css
<style>
span { border-color: #DC68BF; }
span { border-color: rgb(220,104,191); }
td.TdClassName
{
border-color: #DC68BF;
}
.TagClassName
{
border-color: #DC68BF;
}
</style>