Shades of Orchid #DC65D7
Tints of Orchid #DC65D7
RGB
CMYK
RGB Variations
Color information
#DC65D7 (or 0xDC65D7) is known color: Orchid. HEX triplet: DC, 65 and D7. RGB value is (220,101,215). Sum of RGB (Red+Green+Blue) = 220+101+215=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65D7 is #239A28. Grayscale: #959595. Windows color (decimal): -2333225 or 14116316. OLE color: 14116316.
HSL color Cylindrical-coordinate representation of color #DC65D7: hue angle of 302.52º 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 #DC65D7 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 215 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.14 |
| HSL | 302.52º | 0.63% | 0.63% | - |
| HSV(B) | 302.52º | 0.54% | 0.86% | - |
| XYZ | 46.43 | 29.43 | 67.52 | - |
| YUV | 149.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 215 | 0 | 0.54 | 0.02 | 0.14 | 302.52 | 0.63 | 0.63 |
| Hex | DC | 65 | D7 | 0 | 36 | 2 | E | 12F | 3F | 3F |
| Octal | 334 | 145 | 327 | 0 | 66 | 2 | 16 | 457 | 77 | 77 |
| Binary | 11011100 | 1100101 | 11010111 | 0 | 110110 | 10 | 1110 | 100101111 | 111111 | 111111 |
Color Harmonies of #DC65D7
Complementary color
Monochromatic Colors of #DC65D7
Black with #DC65D7
Text Example
Text Example
White with #DC65D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65D7; }
p { color: rgb(220,101,215); }
H1.HeaderClassName
{
color: #DC65D7;
}
.AnyTagClassName
{
color: #DC65D7;
}
</style>
background-color css
<style>
a { background-color: #DC65D7; }
a { background-color: rgb(220,101,215); }
div.DivClassName
{
background-color: #DC65D7;
}
.BgClassName
{
background-color: #DC65D7;
}
</style>
border-color css
<style>
span { border-color: #DC65D7; }
span { border-color: rgb(220,101,215); }
td.TdClassName
{
border-color: #DC65D7;
}
.TagClassName
{
border-color: #DC65D7;
}
</style>