Shades of Orchid #DD65DE
Tints of Orchid #DD65DE
RGB
CMYK
RGB Variations
Color information
#DD65DE (or 0xDD65DE) is known color: Orchid. HEX triplet: DD, 65 and DE. RGB value is (221,101,222). Sum of RGB (Red+Green+Blue) = 221+101+222=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD65DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65DE is #229A21. Grayscale: #969696. Windows color (decimal): -2267682 or 14575069. OLE color: 14575069.
HSL color Cylindrical-coordinate representation of color #DD65DE: hue angle of 299.5º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD65DE is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 222 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.13 |
| HSL | 299.5º | 0.65% | 0.63% | - |
| HSV(B) | 299.5º | 0.55% | 0.87% | - |
| XYZ | 47.66 | 29.95 | 72.38 | - |
| YUV | 150.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 222 | 0.00 | 0.55 | 0 | 0.13 | 299.5 | 0.65 | 0.63 |
| Hex | DD | 65 | DE | 0 | 37 | 0 | D | 12C | 41 | 3F |
| Octal | 335 | 145 | 336 | 0 | 67 | 0 | 15 | 454 | 101 | 77 |
| Binary | 11011101 | 1100101 | 11011110 | 0 | 110111 | 0 | 1101 | 100101100 | 1000001 | 111111 |
Color Harmonies of #DD65DE
Complementary color
Monochromatic Colors of #DD65DE
Black with #DD65DE
Text Example
Text Example
White with #DD65DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65DE; }
p { color: rgb(221,101,222); }
H1.HeaderClassName
{
color: #DD65DE;
}
.AnyTagClassName
{
color: #DD65DE;
}
</style>
background-color css
<style>
a { background-color: #DD65DE; }
a { background-color: rgb(221,101,222); }
div.DivClassName
{
background-color: #DD65DE;
}
.BgClassName
{
background-color: #DD65DE;
}
</style>
border-color css
<style>
span { border-color: #DD65DE; }
span { border-color: rgb(221,101,222); }
td.TdClassName
{
border-color: #DD65DE;
}
.TagClassName
{
border-color: #DD65DE;
}
</style>