Shades of Orchid #DC6DD1
Tints of Orchid #DC6DD1
RGB
CMYK
RGB Variations
Color information
#DC6DD1 (or 0xDC6DD1) is known color: Orchid. HEX triplet: DC, 6D and D1. RGB value is (220,109,209). Sum of RGB (Red+Green+Blue) = 220+109+209=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DD1 is #23922E. Grayscale: #999999. Windows color (decimal): -2331183 or 13725148. OLE color: 13725148.
HSL color Cylindrical-coordinate representation of color #DC6DD1: hue angle of 305.95º 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 #DC6DD1 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 209 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.14 |
| HSL | 305.95º | 0.61% | 0.65% | - |
| HSV(B) | 305.95º | 0.5% | 0.86% | - |
| XYZ | 46.49 | 30.76 | 63.81 | - |
| YUV | 153.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 209 | 0 | 0.50 | 0.05 | 0.14 | 305.95 | 0.61 | 0.65 |
| Hex | DC | 6D | D1 | 0 | 32 | 5 | E | 132 | 3D | 41 |
| Octal | 334 | 155 | 321 | 0 | 62 | 5 | 16 | 462 | 75 | 101 |
| Binary | 11011100 | 1101101 | 11010001 | 0 | 110010 | 101 | 1110 | 100110010 | 111101 | 1000001 |
Color Harmonies of #DC6DD1
Complementary color
Monochromatic Colors of #DC6DD1
Black with #DC6DD1
Text Example
Text Example
White with #DC6DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DD1; }
p { color: rgb(220,109,209); }
H1.HeaderClassName
{
color: #DC6DD1;
}
.AnyTagClassName
{
color: #DC6DD1;
}
</style>
background-color css
<style>
a { background-color: #DC6DD1; }
a { background-color: rgb(220,109,209); }
div.DivClassName
{
background-color: #DC6DD1;
}
.BgClassName
{
background-color: #DC6DD1;
}
</style>
border-color css
<style>
span { border-color: #DC6DD1; }
span { border-color: rgb(220,109,209); }
td.TdClassName
{
border-color: #DC6DD1;
}
.TagClassName
{
border-color: #DC6DD1;
}
</style>