Shades of Orchid #DC6ADD
Tints of Orchid #DC6ADD
RGB
CMYK
RGB Variations
Color information
#DC6ADD (or 0xDC6ADD) is known color: Orchid. HEX triplet: DC, 6A and DD. RGB value is (220,106,221). Sum of RGB (Red+Green+Blue) = 220+106+221=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ADD is #239522. Grayscale: #989898. Windows color (decimal): -2331939 or 14510812. OLE color: 14510812.
HSL color Cylindrical-coordinate representation of color #DC6ADD: hue angle of 299.48º 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 #DC6ADD is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 106 | 221 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.13 |
| HSL | 299.48º | 0.63% | 0.64% | - |
| HSV(B) | 299.48º | 0.52% | 0.87% | - |
| XYZ | 47.72 | 30.74 | 71.83 | - |
| YUV | 153.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 221 | 0.00 | 0.52 | 0 | 0.13 | 299.48 | 0.63 | 0.64 |
| Hex | DC | 6A | DD | 0 | 34 | 0 | D | 12B | 3F | 40 |
| Octal | 334 | 152 | 335 | 0 | 64 | 0 | 15 | 453 | 77 | 100 |
| Binary | 11011100 | 1101010 | 11011101 | 0 | 110100 | 0 | 1101 | 100101011 | 111111 | 1000000 |
Color Harmonies of #DC6ADD
Complementary color
Monochromatic Colors of #DC6ADD
Black with #DC6ADD
Text Example
Text Example
White with #DC6ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ADD; }
p { color: rgb(220,106,221); }
H1.HeaderClassName
{
color: #DC6ADD;
}
.AnyTagClassName
{
color: #DC6ADD;
}
</style>
background-color css
<style>
a { background-color: #DC6ADD; }
a { background-color: rgb(220,106,221); }
div.DivClassName
{
background-color: #DC6ADD;
}
.BgClassName
{
background-color: #DC6ADD;
}
</style>
border-color css
<style>
span { border-color: #DC6ADD; }
span { border-color: rgb(220,106,221); }
td.TdClassName
{
border-color: #DC6ADD;
}
.TagClassName
{
border-color: #DC6ADD;
}
</style>