Shades of Orchid #DC65D0
Tints of Orchid #DC65D0
RGB
CMYK
RGB Variations
Color information
#DC65D0 (or 0xDC65D0) is known color: Orchid. HEX triplet: DC, 65 and D0. RGB value is (220,101,208). Sum of RGB (Red+Green+Blue) = 220+101+208=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65D0 is #239A2F. Grayscale: #949494. Windows color (decimal): -2333232 or 13657564. OLE color: 13657564.
HSL color Cylindrical-coordinate representation of color #DC65D0: hue angle of 306.05º 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 #DC65D0 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 208 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.14 |
| HSL | 306.05º | 0.63% | 0.63% | - |
| HSV(B) | 306.05º | 0.54% | 0.86% | - |
| XYZ | 45.55 | 29.08 | 62.89 | - |
| YUV | 148.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 208 | 0 | 0.54 | 0.05 | 0.14 | 306.05 | 0.63 | 0.63 |
| Hex | DC | 65 | D0 | 0 | 36 | 5 | E | 132 | 3F | 3F |
| Octal | 334 | 145 | 320 | 0 | 66 | 5 | 16 | 462 | 77 | 77 |
| Binary | 11011100 | 1100101 | 11010000 | 0 | 110110 | 101 | 1110 | 100110010 | 111111 | 111111 |
Color Harmonies of #DC65D0
Complementary color
Monochromatic Colors of #DC65D0
Black with #DC65D0
Text Example
Text Example
White with #DC65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65D0; }
p { color: rgb(220,101,208); }
H1.HeaderClassName
{
color: #DC65D0;
}
.AnyTagClassName
{
color: #DC65D0;
}
</style>
background-color css
<style>
a { background-color: #DC65D0; }
a { background-color: rgb(220,101,208); }
div.DivClassName
{
background-color: #DC65D0;
}
.BgClassName
{
background-color: #DC65D0;
}
</style>
border-color css
<style>
span { border-color: #DC65D0; }
span { border-color: rgb(220,101,208); }
td.TdClassName
{
border-color: #DC65D0;
}
.TagClassName
{
border-color: #DC65D0;
}
</style>