Shades of Orchid #DC6BDD
Tints of Orchid #DC6BDD
RGB
CMYK
RGB Variations
Color information
#DC6BDD (or 0xDC6BDD) is known color: Orchid. HEX triplet: DC, 6B and DD. RGB value is (220,107,221). Sum of RGB (Red+Green+Blue) = 220+107+221=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BDD is #239422. Grayscale: #999999. Windows color (decimal): -2331683 or 14511068. OLE color: 14511068.
HSL color Cylindrical-coordinate representation of color #DC6BDD: hue angle of 299.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6BDD is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 107 | 221 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.13 |
| HSL | 299.47º | 0.63% | 0.64% | - |
| HSV(B) | 299.47º | 0.52% | 0.87% | - |
| XYZ | 47.82 | 30.95 | 71.86 | - |
| YUV | 153.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 221 | 0.00 | 0.52 | 0 | 0.13 | 299.47 | 0.63 | 0.64 |
| Hex | DC | 6B | DD | 0 | 34 | 0 | D | 12B | 3F | 40 |
| Octal | 334 | 153 | 335 | 0 | 64 | 0 | 15 | 453 | 77 | 100 |
| Binary | 11011100 | 1101011 | 11011101 | 0 | 110100 | 0 | 1101 | 100101011 | 111111 | 1000000 |
Color Harmonies of #DC6BDD
Complementary color
Monochromatic Colors of #DC6BDD
Black with #DC6BDD
Text Example
Text Example
White with #DC6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BDD; }
p { color: rgb(220,107,221); }
H1.HeaderClassName
{
color: #DC6BDD;
}
.AnyTagClassName
{
color: #DC6BDD;
}
</style>
background-color css
<style>
a { background-color: #DC6BDD; }
a { background-color: rgb(220,107,221); }
div.DivClassName
{
background-color: #DC6BDD;
}
.BgClassName
{
background-color: #DC6BDD;
}
</style>
border-color css
<style>
span { border-color: #DC6BDD; }
span { border-color: rgb(220,107,221); }
td.TdClassName
{
border-color: #DC6BDD;
}
.TagClassName
{
border-color: #DC6BDD;
}
</style>