Shades of Orchid #DC6DBF
Tints of Orchid #DC6DBF
RGB
CMYK
RGB Variations
Color information
#DC6DBF (or 0xDC6DBF) is known color: Orchid. HEX triplet: DC, 6D and BF. RGB value is (220,109,191). Sum of RGB (Red+Green+Blue) = 220+109+191=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DBF is #239240. Grayscale: #979797. Windows color (decimal): -2331201 or 12545500. OLE color: 12545500.
HSL color Cylindrical-coordinate representation of color #DC6DBF: hue angle of 315.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DBF is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 191 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.14 |
| HSL | 315.68º | 0.61% | 0.65% | - |
| HSV(B) | 315.68º | 0.5% | 0.86% | - |
| XYZ | 44.39 | 29.91 | 52.72 | - |
| YUV | 151.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 191 | 0 | 0.50 | 0.13 | 0.14 | 315.68 | 0.61 | 0.65 |
| Hex | DC | 6D | BF | 0 | 32 | D | E | 13C | 3D | 41 |
| Octal | 334 | 155 | 277 | 0 | 62 | 15 | 16 | 474 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10111111 | 0 | 110010 | 1101 | 1110 | 100111100 | 111101 | 1000001 |
Color Harmonies of #DC6DBF
Complementary color
Monochromatic Colors of #DC6DBF
Black with #DC6DBF
Text Example
Text Example
White with #DC6DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DBF; }
p { color: rgb(220,109,191); }
H1.HeaderClassName
{
color: #DC6DBF;
}
.AnyTagClassName
{
color: #DC6DBF;
}
</style>
background-color css
<style>
a { background-color: #DC6DBF; }
a { background-color: rgb(220,109,191); }
div.DivClassName
{
background-color: #DC6DBF;
}
.BgClassName
{
background-color: #DC6DBF;
}
</style>
border-color css
<style>
span { border-color: #DC6DBF; }
span { border-color: rgb(220,109,191); }
td.TdClassName
{
border-color: #DC6DBF;
}
.TagClassName
{
border-color: #DC6DBF;
}
</style>