Shades of Orchid #DD68BD
Tints of Orchid #DD68BD
RGB
CMYK
RGB Variations
Color information
#DD68BD (or 0xDD68BD) is known color: Orchid. HEX triplet: DD, 68 and BD. RGB value is (221,104,189). Sum of RGB (Red+Green+Blue) = 221+104+189=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68BD is #229742. Grayscale: #949494. Windows color (decimal): -2266947 or 12413149. OLE color: 12413149.
HSL color Cylindrical-coordinate representation of color #DD68BD: hue angle of 316.41º 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 #DD68BD is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 189 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.13 |
| HSL | 316.41º | 0.63% | 0.64% | - |
| HSV(B) | 316.41º | 0.53% | 0.87% | - |
| XYZ | 43.95 | 28.95 | 51.41 | - |
| YUV | 148.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 189 | 0 | 0.53 | 0.14 | 0.13 | 316.41 | 0.63 | 0.64 |
| Hex | DD | 68 | BD | 0 | 35 | E | D | 13C | 3F | 40 |
| Octal | 335 | 150 | 275 | 0 | 65 | 16 | 15 | 474 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10111101 | 0 | 110101 | 1110 | 1101 | 100111100 | 111111 | 1000000 |
Color Harmonies of #DD68BD
Complementary color
Monochromatic Colors of #DD68BD
Black with #DD68BD
Text Example
Text Example
White with #DD68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68BD; }
p { color: rgb(221,104,189); }
H1.HeaderClassName
{
color: #DD68BD;
}
.AnyTagClassName
{
color: #DD68BD;
}
</style>
background-color css
<style>
a { background-color: #DD68BD; }
a { background-color: rgb(221,104,189); }
div.DivClassName
{
background-color: #DD68BD;
}
.BgClassName
{
background-color: #DD68BD;
}
</style>
border-color css
<style>
span { border-color: #DD68BD; }
span { border-color: rgb(221,104,189); }
td.TdClassName
{
border-color: #DD68BD;
}
.TagClassName
{
border-color: #DD68BD;
}
</style>