Shades of Orchid #DD68E8
Tints of Orchid #DD68E8
RGB
CMYK
RGB Variations
Color information
#DD68E8 (or 0xDD68E8) is known color: Orchid. HEX triplet: DD, 68 and E8. RGB value is (221,104,232). Sum of RGB (Red+Green+Blue) = 221+104+232=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD68E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68E8 is #229717. Grayscale: #999999. Windows color (decimal): -2266904 or 15231197. OLE color: 15231197.
HSL color Cylindrical-coordinate representation of color #DD68E8: hue angle of 294.84º degrees, saturation: 0.74, 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 #DD68E8 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 104 | 232 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.09 |
| HSL | 294.84º | 0.74% | 0.66% | - |
| HSV(B) | 294.84º | 0.55% | 0.91% | - |
| XYZ | 49.33 | 31.1 | 79.75 | - |
| YUV | 153.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 232 | 0.05 | 0.55 | 0 | 0.09 | 294.84 | 0.74 | 0.66 |
| Hex | DD | 68 | E8 | 5 | 37 | 0 | 9 | 127 | 4A | 42 |
| Octal | 335 | 150 | 350 | 5 | 67 | 0 | 11 | 447 | 112 | 102 |
| Binary | 11011101 | 1101000 | 11101000 | 101 | 110111 | 0 | 1001 | 100100111 | 1001010 | 1000010 |
Color Harmonies of #DD68E8
Complementary color
Monochromatic Colors of #DD68E8
Black with #DD68E8
Text Example
Text Example
White with #DD68E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68E8; }
p { color: rgb(221,104,232); }
H1.HeaderClassName
{
color: #DD68E8;
}
.AnyTagClassName
{
color: #DD68E8;
}
</style>
background-color css
<style>
a { background-color: #DD68E8; }
a { background-color: rgb(221,104,232); }
div.DivClassName
{
background-color: #DD68E8;
}
.BgClassName
{
background-color: #DD68E8;
}
</style>
border-color css
<style>
span { border-color: #DD68E8; }
span { border-color: rgb(221,104,232); }
td.TdClassName
{
border-color: #DD68E8;
}
.TagClassName
{
border-color: #DD68E8;
}
</style>