Shades of Orchid #DD65DD
Tints of Orchid #DD65DD
RGB
CMYK
RGB Variations
Color information
#DD65DD (or 0xDD65DD) is known color: Orchid. HEX triplet: DD, 65 and DD. RGB value is (221,101,221). Sum of RGB (Red+Green+Blue) = 221+101+221=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65DD is #229A22. Grayscale: #969696. Windows color (decimal): -2267683 or 14509533. OLE color: 14509533.
HSL color Cylindrical-coordinate representation of color #DD65DD: hue angle of 300º 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 #DD65DD is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 221 | - |
| CMYK | 0 | 0.54 | 0 | 0.13 |
| HSL | 300º | 0.64% | 0.63% | - |
| HSV(B) | 300º | 0.54% | 0.87% | - |
| XYZ | 47.52 | 29.9 | 71.67 | - |
| YUV | 150.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 221 | 0 | 0.54 | 0 | 0.13 | 300 | 0.64 | 0.63 |
| Hex | DD | 65 | DD | 0 | 36 | 0 | D | 12C | 40 | 3F |
| Octal | 335 | 145 | 335 | 0 | 66 | 0 | 15 | 454 | 100 | 77 |
| Binary | 11011101 | 1100101 | 11011101 | 0 | 110110 | 0 | 1101 | 100101100 | 1000000 | 111111 |
Color Harmonies of #DD65DD
Complementary color
Monochromatic Colors of #DD65DD
Black with #DD65DD
Text Example
Text Example
White with #DD65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65DD; }
p { color: rgb(221,101,221); }
H1.HeaderClassName
{
color: #DD65DD;
}
.AnyTagClassName
{
color: #DD65DD;
}
</style>
background-color css
<style>
a { background-color: #DD65DD; }
a { background-color: rgb(221,101,221); }
div.DivClassName
{
background-color: #DD65DD;
}
.BgClassName
{
background-color: #DD65DD;
}
</style>
border-color css
<style>
span { border-color: #DD65DD; }
span { border-color: rgb(221,101,221); }
td.TdClassName
{
border-color: #DD65DD;
}
.TagClassName
{
border-color: #DD65DD;
}
</style>