Shades of Orchid #DD68BA
Tints of Orchid #DD68BA
RGB
CMYK
RGB Variations
Color information
#DD68BA (or 0xDD68BA) is known color: Orchid. HEX triplet: DD, 68 and BA. RGB value is (221,104,186). Sum of RGB (Red+Green+Blue) = 221+104+186=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68BA is #229745. Grayscale: #949494. Windows color (decimal): -2266950 or 12216541. OLE color: 12216541.
HSL color Cylindrical-coordinate representation of color #DD68BA: hue angle of 317.95º 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 #DD68BA is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 186 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.13 |
| HSL | 317.95º | 0.63% | 0.64% | - |
| HSV(B) | 317.95º | 0.53% | 0.87% | - |
| XYZ | 43.63 | 28.82 | 49.72 | - |
| YUV | 148.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 186 | 0 | 0.53 | 0.16 | 0.13 | 317.95 | 0.63 | 0.64 |
| Hex | DD | 68 | BA | 0 | 35 | 10 | D | 13E | 3F | 40 |
| Octal | 335 | 150 | 272 | 0 | 65 | 20 | 15 | 476 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10111010 | 0 | 110101 | 10000 | 1101 | 100111110 | 111111 | 1000000 |
Color Harmonies of #DD68BA
Complementary color
Monochromatic Colors of #DD68BA
Black with #DD68BA
Text Example
Text Example
White with #DD68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68BA; }
p { color: rgb(221,104,186); }
H1.HeaderClassName
{
color: #DD68BA;
}
.AnyTagClassName
{
color: #DD68BA;
}
</style>
background-color css
<style>
a { background-color: #DD68BA; }
a { background-color: rgb(221,104,186); }
div.DivClassName
{
background-color: #DD68BA;
}
.BgClassName
{
background-color: #DD68BA;
}
</style>
border-color css
<style>
span { border-color: #DD68BA; }
span { border-color: rgb(221,104,186); }
td.TdClassName
{
border-color: #DD68BA;
}
.TagClassName
{
border-color: #DD68BA;
}
</style>