Shades of Orchid #DD68E6
Tints of Orchid #DD68E6
RGB
CMYK
RGB Variations
Color information
#DD68E6 (or 0xDD68E6) is known color: Orchid. HEX triplet: DD, 68 and E6. RGB value is (221,104,230). Sum of RGB (Red+Green+Blue) = 221+104+230=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD68E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68E6 is #229719. Grayscale: #989898. Windows color (decimal): -2266906 or 15100125. OLE color: 15100125.
HSL color Cylindrical-coordinate representation of color #DD68E6: hue angle of 295.71º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD68E6 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 104 | 230 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.10 |
| HSL | 295.71º | 0.72% | 0.65% | - |
| HSV(B) | 295.71º | 0.55% | 0.9% | - |
| XYZ | 49.05 | 30.99 | 78.26 | - |
| YUV | 153.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 230 | 0.04 | 0.55 | 0 | 0.10 | 295.71 | 0.72 | 0.65 |
| Hex | DD | 68 | E6 | 4 | 37 | 0 | A | 128 | 48 | 41 |
| Octal | 335 | 150 | 346 | 4 | 67 | 0 | 12 | 450 | 110 | 101 |
| Binary | 11011101 | 1101000 | 11100110 | 100 | 110111 | 0 | 1010 | 100101000 | 1001000 | 1000001 |
Color Harmonies of #DD68E6
Complementary color
Monochromatic Colors of #DD68E6
Black with #DD68E6
Text Example
Text Example
White with #DD68E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68E6; }
p { color: rgb(221,104,230); }
H1.HeaderClassName
{
color: #DD68E6;
}
.AnyTagClassName
{
color: #DD68E6;
}
</style>
background-color css
<style>
a { background-color: #DD68E6; }
a { background-color: rgb(221,104,230); }
div.DivClassName
{
background-color: #DD68E6;
}
.BgClassName
{
background-color: #DD68E6;
}
</style>
border-color css
<style>
span { border-color: #DD68E6; }
span { border-color: rgb(221,104,230); }
td.TdClassName
{
border-color: #DD68E6;
}
.TagClassName
{
border-color: #DD68E6;
}
</style>