Shades of Orchid #DC6BCD
Tints of Orchid #DC6BCD
RGB
CMYK
RGB Variations
Color information
#DC6BCD (or 0xDC6BCD) is known color: Orchid. HEX triplet: DC, 6B and CD. RGB value is (220,107,205). Sum of RGB (Red+Green+Blue) = 220+107+205=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BCD is #239432. Grayscale: #979797. Windows color (decimal): -2331699 or 13462492. OLE color: 13462492.
HSL color Cylindrical-coordinate representation of color #DC6BCD: hue angle of 307.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BCD is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 205 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.14 |
| HSL | 307.96º | 0.62% | 0.64% | - |
| HSV(B) | 307.96º | 0.51% | 0.86% | - |
| XYZ | 45.79 | 30.14 | 61.16 | - |
| YUV | 151.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 205 | 0 | 0.51 | 0.07 | 0.14 | 307.96 | 0.62 | 0.64 |
| Hex | DC | 6B | CD | 0 | 33 | 7 | E | 134 | 3E | 40 |
| Octal | 334 | 153 | 315 | 0 | 63 | 7 | 16 | 464 | 76 | 100 |
| Binary | 11011100 | 1101011 | 11001101 | 0 | 110011 | 111 | 1110 | 100110100 | 111110 | 1000000 |
Color Harmonies of #DC6BCD
Complementary color
Monochromatic Colors of #DC6BCD
Black with #DC6BCD
Text Example
Text Example
White with #DC6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BCD; }
p { color: rgb(220,107,205); }
H1.HeaderClassName
{
color: #DC6BCD;
}
.AnyTagClassName
{
color: #DC6BCD;
}
</style>
background-color css
<style>
a { background-color: #DC6BCD; }
a { background-color: rgb(220,107,205); }
div.DivClassName
{
background-color: #DC6BCD;
}
.BgClassName
{
background-color: #DC6BCD;
}
</style>
border-color css
<style>
span { border-color: #DC6BCD; }
span { border-color: rgb(220,107,205); }
td.TdClassName
{
border-color: #DC6BCD;
}
.TagClassName
{
border-color: #DC6BCD;
}
</style>