Shades of Orchid #DC65DD
Tints of Orchid #DC65DD
RGB
CMYK
RGB Variations
Color information
#DC65DD (or 0xDC65DD) is known color: Orchid. HEX triplet: DC, 65 and DD. RGB value is (220,101,221). Sum of RGB (Red+Green+Blue) = 220+101+221=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65DD is #239A22. Grayscale: #959595. Windows color (decimal): -2333219 or 14509532. OLE color: 14509532.
HSL color Cylindrical-coordinate representation of color #DC65DD: hue angle of 299.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC65DD is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 101 | 221 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.13 |
| HSL | 299.5º | 0.64% | 0.63% | - |
| HSV(B) | 299.5º | 0.54% | 0.87% | - |
| XYZ | 47.22 | 29.74 | 71.66 | - |
| YUV | 150.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 221 | 0.00 | 0.54 | 0 | 0.13 | 299.5 | 0.64 | 0.63 |
| Hex | DC | 65 | DD | 0 | 36 | 0 | D | 12C | 40 | 3F |
| Octal | 334 | 145 | 335 | 0 | 66 | 0 | 15 | 454 | 100 | 77 |
| Binary | 11011100 | 1100101 | 11011101 | 0 | 110110 | 0 | 1101 | 100101100 | 1000000 | 111111 |
Color Harmonies of #DC65DD
Complementary color
Monochromatic Colors of #DC65DD
Black with #DC65DD
Text Example
Text Example
White with #DC65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65DD; }
p { color: rgb(220,101,221); }
H1.HeaderClassName
{
color: #DC65DD;
}
.AnyTagClassName
{
color: #DC65DD;
}
</style>
background-color css
<style>
a { background-color: #DC65DD; }
a { background-color: rgb(220,101,221); }
div.DivClassName
{
background-color: #DC65DD;
}
.BgClassName
{
background-color: #DC65DD;
}
</style>
border-color css
<style>
span { border-color: #DC65DD; }
span { border-color: rgb(220,101,221); }
td.TdClassName
{
border-color: #DC65DD;
}
.TagClassName
{
border-color: #DC65DD;
}
</style>