Shades of Orchid #DC68BC
Tints of Orchid #DC68BC
RGB
CMYK
RGB Variations
Color information
#DC68BC (or 0xDC68BC) is known color: Orchid. HEX triplet: DC, 68 and BC. RGB value is (220,104,188). Sum of RGB (Red+Green+Blue) = 220+104+188=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68BC is #239743. Grayscale: #949494. Windows color (decimal): -2332484 or 12347612. OLE color: 12347612.
HSL color Cylindrical-coordinate representation of color #DC68BC: hue angle of 316.55º 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 #DC68BC is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 188 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.14 |
| HSL | 316.55º | 0.62% | 0.64% | - |
| HSV(B) | 316.55º | 0.53% | 0.86% | - |
| XYZ | 43.54 | 28.75 | 50.83 | - |
| YUV | 148.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 188 | 0 | 0.53 | 0.15 | 0.14 | 316.55 | 0.62 | 0.64 |
| Hex | DC | 68 | BC | 0 | 35 | F | E | 13D | 3E | 40 |
| Octal | 334 | 150 | 274 | 0 | 65 | 17 | 16 | 475 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10111100 | 0 | 110101 | 1111 | 1110 | 100111101 | 111110 | 1000000 |
Color Harmonies of #DC68BC
Complementary color
Monochromatic Colors of #DC68BC
Black with #DC68BC
Text Example
Text Example
White with #DC68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68BC; }
p { color: rgb(220,104,188); }
H1.HeaderClassName
{
color: #DC68BC;
}
.AnyTagClassName
{
color: #DC68BC;
}
</style>
background-color css
<style>
a { background-color: #DC68BC; }
a { background-color: rgb(220,104,188); }
div.DivClassName
{
background-color: #DC68BC;
}
.BgClassName
{
background-color: #DC68BC;
}
</style>
border-color css
<style>
span { border-color: #DC68BC; }
span { border-color: rgb(220,104,188); }
td.TdClassName
{
border-color: #DC68BC;
}
.TagClassName
{
border-color: #DC68BC;
}
</style>