Shades of Orchid #DD68DA
Tints of Orchid #DD68DA
RGB
CMYK
RGB Variations
Color information
#DD68DA (or 0xDD68DA) is known color: Orchid. HEX triplet: DD, 68 and DA. RGB value is (221,104,218). Sum of RGB (Red+Green+Blue) = 221+104+218=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68DA is #229725. Grayscale: #979797. Windows color (decimal): -2266918 or 14313693. OLE color: 14313693.
HSL color Cylindrical-coordinate representation of color #DD68DA: hue angle of 301.54º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD68DA is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 218 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.13 |
| HSL | 301.54º | 0.63% | 0.64% | - |
| HSV(B) | 301.54º | 0.53% | 0.87% | - |
| XYZ | 47.42 | 30.33 | 69.69 | - |
| YUV | 151.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 218 | 0 | 0.53 | 0.01 | 0.13 | 301.54 | 0.63 | 0.64 |
| Hex | DD | 68 | DA | 0 | 35 | 1 | D | 12E | 3F | 40 |
| Octal | 335 | 150 | 332 | 0 | 65 | 1 | 15 | 456 | 77 | 100 |
| Binary | 11011101 | 1101000 | 11011010 | 0 | 110101 | 1 | 1101 | 100101110 | 111111 | 1000000 |
Color Harmonies of #DD68DA
Complementary color
Monochromatic Colors of #DD68DA
Black with #DD68DA
Text Example
Text Example
White with #DD68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68DA; }
p { color: rgb(221,104,218); }
H1.HeaderClassName
{
color: #DD68DA;
}
.AnyTagClassName
{
color: #DD68DA;
}
</style>
background-color css
<style>
a { background-color: #DD68DA; }
a { background-color: rgb(221,104,218); }
div.DivClassName
{
background-color: #DD68DA;
}
.BgClassName
{
background-color: #DD68DA;
}
</style>
border-color css
<style>
span { border-color: #DD68DA; }
span { border-color: rgb(221,104,218); }
td.TdClassName
{
border-color: #DD68DA;
}
.TagClassName
{
border-color: #DD68DA;
}
</style>