Shades of Orchid #DD65E3
Tints of Orchid #DD65E3
RGB
CMYK
RGB Variations
Color information
#DD65E3 (or 0xDD65E3) is known color: Orchid. HEX triplet: DD, 65 and E3. RGB value is (221,101,227). Sum of RGB (Red+Green+Blue) = 221+101+227=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD65E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65E3 is #229A1C. Grayscale: #969696. Windows color (decimal): -2267677 or 14902749. OLE color: 14902749.
HSL color Cylindrical-coordinate representation of color #DD65E3: hue angle of 297.14º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD65E3 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 101 | 227 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.11 |
| HSL | 297.14º | 0.69% | 0.64% | - |
| HSV(B) | 297.14º | 0.56% | 0.89% | - |
| XYZ | 48.34 | 30.23 | 75.96 | - |
| YUV | 151.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 227 | 0.03 | 0.56 | 0 | 0.11 | 297.14 | 0.69 | 0.64 |
| Hex | DD | 65 | E3 | 3 | 38 | 0 | B | 129 | 45 | 40 |
| Octal | 335 | 145 | 343 | 3 | 70 | 0 | 13 | 451 | 105 | 100 |
| Binary | 11011101 | 1100101 | 11100011 | 11 | 111000 | 0 | 1011 | 100101001 | 1000101 | 1000000 |
Color Harmonies of #DD65E3
Complementary color
Monochromatic Colors of #DD65E3
Black with #DD65E3
Text Example
Text Example
White with #DD65E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65E3; }
p { color: rgb(221,101,227); }
H1.HeaderClassName
{
color: #DD65E3;
}
.AnyTagClassName
{
color: #DD65E3;
}
</style>
background-color css
<style>
a { background-color: #DD65E3; }
a { background-color: rgb(221,101,227); }
div.DivClassName
{
background-color: #DD65E3;
}
.BgClassName
{
background-color: #DD65E3;
}
</style>
border-color css
<style>
span { border-color: #DD65E3; }
span { border-color: rgb(221,101,227); }
td.TdClassName
{
border-color: #DD65E3;
}
.TagClassName
{
border-color: #DD65E3;
}
</style>