Shades of Orchid #DD65E0
Tints of Orchid #DD65E0
RGB
CMYK
RGB Variations
Color information
#DD65E0 (or 0xDD65E0) is known color: Orchid. HEX triplet: DD, 65 and E0. RGB value is (221,101,224). Sum of RGB (Red+Green+Blue) = 221+101+224=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD65E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65E0 is #229A1F. Grayscale: #969696. Windows color (decimal): -2267680 or 14706141. OLE color: 14706141.
HSL color Cylindrical-coordinate representation of color #DD65E0: hue angle of 298.54º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD65E0 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 101 | 224 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.12 |
| HSL | 298.54º | 0.66% | 0.64% | - |
| HSV(B) | 298.54º | 0.55% | 0.88% | - |
| XYZ | 47.93 | 30.06 | 73.8 | - |
| YUV | 150.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 224 | 0.01 | 0.55 | 0 | 0.12 | 298.54 | 0.66 | 0.64 |
| Hex | DD | 65 | E0 | 1 | 37 | 0 | C | 12B | 42 | 40 |
| Octal | 335 | 145 | 340 | 1 | 67 | 0 | 14 | 453 | 102 | 100 |
| Binary | 11011101 | 1100101 | 11100000 | 1 | 110111 | 0 | 1100 | 100101011 | 1000010 | 1000000 |
Color Harmonies of #DD65E0
Complementary color
Monochromatic Colors of #DD65E0
Black with #DD65E0
Text Example
Text Example
White with #DD65E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65E0; }
p { color: rgb(221,101,224); }
H1.HeaderClassName
{
color: #DD65E0;
}
.AnyTagClassName
{
color: #DD65E0;
}
</style>
background-color css
<style>
a { background-color: #DD65E0; }
a { background-color: rgb(221,101,224); }
div.DivClassName
{
background-color: #DD65E0;
}
.BgClassName
{
background-color: #DD65E0;
}
</style>
border-color css
<style>
span { border-color: #DD65E0; }
span { border-color: rgb(221,101,224); }
td.TdClassName
{
border-color: #DD65E0;
}
.TagClassName
{
border-color: #DD65E0;
}
</style>