Shades of Orchid #DC65DA
Tints of Orchid #DC65DA
RGB
CMYK
RGB Variations
Color information
#DC65DA (or 0xDC65DA) is known color: Orchid. HEX triplet: DC, 65 and DA. RGB value is (220,101,218). Sum of RGB (Red+Green+Blue) = 220+101+218=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65DA is #239A25. Grayscale: #959595. Windows color (decimal): -2333222 or 14312924. OLE color: 14312924.
HSL color Cylindrical-coordinate representation of color #DC65DA: hue angle of 301.01º 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 #DC65DA is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 218 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.14 |
| HSL | 301.01º | 0.63% | 0.63% | - |
| HSV(B) | 301.01º | 0.54% | 0.86% | - |
| XYZ | 46.82 | 29.58 | 69.57 | - |
| YUV | 149.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 218 | 0 | 0.54 | 0.01 | 0.14 | 301.01 | 0.63 | 0.63 |
| Hex | DC | 65 | DA | 0 | 36 | 1 | E | 12D | 3F | 3F |
| Octal | 334 | 145 | 332 | 0 | 66 | 1 | 16 | 455 | 77 | 77 |
| Binary | 11011100 | 1100101 | 11011010 | 0 | 110110 | 1 | 1110 | 100101101 | 111111 | 111111 |
Color Harmonies of #DC65DA
Complementary color
Monochromatic Colors of #DC65DA
Black with #DC65DA
Text Example
Text Example
White with #DC65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65DA; }
p { color: rgb(220,101,218); }
H1.HeaderClassName
{
color: #DC65DA;
}
.AnyTagClassName
{
color: #DC65DA;
}
</style>
background-color css
<style>
a { background-color: #DC65DA; }
a { background-color: rgb(220,101,218); }
div.DivClassName
{
background-color: #DC65DA;
}
.BgClassName
{
background-color: #DC65DA;
}
</style>
border-color css
<style>
span { border-color: #DC65DA; }
span { border-color: rgb(220,101,218); }
td.TdClassName
{
border-color: #DC65DA;
}
.TagClassName
{
border-color: #DC65DA;
}
</style>