Shades of Orchid #DC65D9
Tints of Orchid #DC65D9
RGB
CMYK
RGB Variations
Color information
#DC65D9 (or 0xDC65D9) is known color: Orchid. HEX triplet: DC, 65 and D9. RGB value is (220,101,217). Sum of RGB (Red+Green+Blue) = 220+101+217=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65D9 is #239A26. Grayscale: #959595. Windows color (decimal): -2333223 or 14247388. OLE color: 14247388.
HSL color Cylindrical-coordinate representation of color #DC65D9: hue angle of 301.51º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC65D9 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 217 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.14 |
| HSL | 301.51º | 0.63% | 0.63% | - |
| HSV(B) | 301.51º | 0.54% | 0.86% | - |
| XYZ | 46.69 | 29.53 | 68.89 | - |
| YUV | 149.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 217 | 0 | 0.54 | 0.01 | 0.14 | 301.51 | 0.63 | 0.63 |
| Hex | DC | 65 | D9 | 0 | 36 | 1 | E | 12E | 3F | 3F |
| Octal | 334 | 145 | 331 | 0 | 66 | 1 | 16 | 456 | 77 | 77 |
| Binary | 11011100 | 1100101 | 11011001 | 0 | 110110 | 1 | 1110 | 100101110 | 111111 | 111111 |
Color Harmonies of #DC65D9
Complementary color
Monochromatic Colors of #DC65D9
Black with #DC65D9
Text Example
Text Example
White with #DC65D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65D9; }
p { color: rgb(220,101,217); }
H1.HeaderClassName
{
color: #DC65D9;
}
.AnyTagClassName
{
color: #DC65D9;
}
</style>
background-color css
<style>
a { background-color: #DC65D9; }
a { background-color: rgb(220,101,217); }
div.DivClassName
{
background-color: #DC65D9;
}
.BgClassName
{
background-color: #DC65D9;
}
</style>
border-color css
<style>
span { border-color: #DC65D9; }
span { border-color: rgb(220,101,217); }
td.TdClassName
{
border-color: #DC65D9;
}
.TagClassName
{
border-color: #DC65D9;
}
</style>