Shades of Orchid #DC6DD7
Tints of Orchid #DC6DD7
RGB
CMYK
RGB Variations
Color information
#DC6DD7 (or 0xDC6DD7) is known color: Orchid. HEX triplet: DC, 6D and D7. RGB value is (220,109,215). Sum of RGB (Red+Green+Blue) = 220+109+215=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DD7 is #239228. Grayscale: #999999. Windows color (decimal): -2331177 or 14118364. OLE color: 14118364.
HSL color Cylindrical-coordinate representation of color #DC6DD7: hue angle of 302.7º 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 #DC6DD7 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 215 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.14 |
| HSL | 302.7º | 0.61% | 0.65% | - |
| HSV(B) | 302.7º | 0.5% | 0.86% | - |
| XYZ | 47.25 | 31.06 | 67.79 | - |
| YUV | 154.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 215 | 0 | 0.50 | 0.02 | 0.14 | 302.7 | 0.61 | 0.65 |
| Hex | DC | 6D | D7 | 0 | 32 | 2 | E | 12F | 3D | 41 |
| Octal | 334 | 155 | 327 | 0 | 62 | 2 | 16 | 457 | 75 | 101 |
| Binary | 11011100 | 1101101 | 11010111 | 0 | 110010 | 10 | 1110 | 100101111 | 111101 | 1000001 |
Color Harmonies of #DC6DD7
Complementary color
Monochromatic Colors of #DC6DD7
Black with #DC6DD7
Text Example
Text Example
White with #DC6DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DD7; }
p { color: rgb(220,109,215); }
H1.HeaderClassName
{
color: #DC6DD7;
}
.AnyTagClassName
{
color: #DC6DD7;
}
</style>
background-color css
<style>
a { background-color: #DC6DD7; }
a { background-color: rgb(220,109,215); }
div.DivClassName
{
background-color: #DC6DD7;
}
.BgClassName
{
background-color: #DC6DD7;
}
</style>
border-color css
<style>
span { border-color: #DC6DD7; }
span { border-color: rgb(220,109,215); }
td.TdClassName
{
border-color: #DC6DD7;
}
.TagClassName
{
border-color: #DC6DD7;
}
</style>