Shades of Orchid #DD68DB
Tints of Orchid #DD68DB
RGB
CMYK
RGB Variations
Color information
#DD68DB (or 0xDD68DB) is known color: Orchid. HEX triplet: DD, 68 and DB. RGB value is (221,104,219). Sum of RGB (Red+Green+Blue) = 221+104+219=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68DB is #229724. Grayscale: #979797. Windows color (decimal): -2266917 or 14379229. OLE color: 14379229.
HSL color Cylindrical-coordinate representation of color #DD68DB: hue angle of 301.03º 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 #DD68DB is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 219 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.13 |
| HSL | 301.03º | 0.63% | 0.64% | - |
| HSV(B) | 301.03º | 0.53% | 0.87% | - |
| XYZ | 47.56 | 30.39 | 70.38 | - |
| YUV | 152.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 219 | 0 | 0.53 | 0.01 | 0.13 | 301.03 | 0.63 | 0.64 |
| Hex | DD | 68 | DB | 0 | 35 | 1 | D | 12D | 3F | 40 |
| Octal | 335 | 150 | 333 | 0 | 65 | 1 | 15 | 455 | 77 | 100 |
| Binary | 11011101 | 1101000 | 11011011 | 0 | 110101 | 1 | 1101 | 100101101 | 111111 | 1000000 |
Color Harmonies of #DD68DB
Complementary color
Monochromatic Colors of #DD68DB
Black with #DD68DB
Text Example
Text Example
White with #DD68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68DB; }
p { color: rgb(221,104,219); }
H1.HeaderClassName
{
color: #DD68DB;
}
.AnyTagClassName
{
color: #DD68DB;
}
</style>
background-color css
<style>
a { background-color: #DD68DB; }
a { background-color: rgb(221,104,219); }
div.DivClassName
{
background-color: #DD68DB;
}
.BgClassName
{
background-color: #DD68DB;
}
</style>
border-color css
<style>
span { border-color: #DD68DB; }
span { border-color: rgb(221,104,219); }
td.TdClassName
{
border-color: #DD68DB;
}
.TagClassName
{
border-color: #DD68DB;
}
</style>