Shades of Orchid #DD68E9
Tints of Orchid #DD68E9
RGB
CMYK
RGB Variations
Color information
#DD68E9 (or 0xDD68E9) is known color: Orchid. HEX triplet: DD, 68 and E9. RGB value is (221,104,233). Sum of RGB (Red+Green+Blue) = 221+104+233=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD68E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68E9 is #229716. Grayscale: #999999. Windows color (decimal): -2266903 or 15296733. OLE color: 15296733.
HSL color Cylindrical-coordinate representation of color #DD68E9: hue angle of 294.42º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD68E9 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 104 | 233 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.09 |
| HSL | 294.42º | 0.75% | 0.66% | - |
| HSV(B) | 294.42º | 0.55% | 0.91% | - |
| XYZ | 49.48 | 31.16 | 80.5 | - |
| YUV | 153.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 233 | 0.05 | 0.55 | 0 | 0.09 | 294.42 | 0.75 | 0.66 |
| Hex | DD | 68 | E9 | 5 | 37 | 0 | 9 | 126 | 4B | 42 |
| Octal | 335 | 150 | 351 | 5 | 67 | 0 | 11 | 446 | 113 | 102 |
| Binary | 11011101 | 1101000 | 11101001 | 101 | 110111 | 0 | 1001 | 100100110 | 1001011 | 1000010 |
Color Harmonies of #DD68E9
Complementary color
Monochromatic Colors of #DD68E9
Black with #DD68E9
Text Example
Text Example
White with #DD68E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68E9; }
p { color: rgb(221,104,233); }
H1.HeaderClassName
{
color: #DD68E9;
}
.AnyTagClassName
{
color: #DD68E9;
}
</style>
background-color css
<style>
a { background-color: #DD68E9; }
a { background-color: rgb(221,104,233); }
div.DivClassName
{
background-color: #DD68E9;
}
.BgClassName
{
background-color: #DD68E9;
}
</style>
border-color css
<style>
span { border-color: #DD68E9; }
span { border-color: rgb(221,104,233); }
td.TdClassName
{
border-color: #DD68E9;
}
.TagClassName
{
border-color: #DD68E9;
}
</style>