Shades of Orchid #DD68C9
Tints of Orchid #DD68C9
RGB
CMYK
RGB Variations
Color information
#DD68C9 (or 0xDD68C9) is known color: Orchid. HEX triplet: DD, 68 and C9. RGB value is (221,104,201). Sum of RGB (Red+Green+Blue) = 221+104+201=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68C9 is #229736. Grayscale: #959595. Windows color (decimal): -2266935 or 13199581. OLE color: 13199581.
HSL color Cylindrical-coordinate representation of color #DD68C9: hue angle of 310.26º 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 #DD68C9 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 201 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.13 |
| HSL | 310.26º | 0.63% | 0.64% | - |
| HSV(B) | 310.26º | 0.53% | 0.87% | - |
| XYZ | 45.31 | 29.49 | 58.56 | - |
| YUV | 150.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 201 | 0 | 0.53 | 0.09 | 0.13 | 310.26 | 0.63 | 0.64 |
| Hex | DD | 68 | C9 | 0 | 35 | 9 | D | 136 | 3F | 40 |
| Octal | 335 | 150 | 311 | 0 | 65 | 11 | 15 | 466 | 77 | 100 |
| Binary | 11011101 | 1101000 | 11001001 | 0 | 110101 | 1001 | 1101 | 100110110 | 111111 | 1000000 |
Color Harmonies of #DD68C9
Complementary color
Monochromatic Colors of #DD68C9
Black with #DD68C9
Text Example
Text Example
White with #DD68C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68C9; }
p { color: rgb(221,104,201); }
H1.HeaderClassName
{
color: #DD68C9;
}
.AnyTagClassName
{
color: #DD68C9;
}
</style>
background-color css
<style>
a { background-color: #DD68C9; }
a { background-color: rgb(221,104,201); }
div.DivClassName
{
background-color: #DD68C9;
}
.BgClassName
{
background-color: #DD68C9;
}
</style>
border-color css
<style>
span { border-color: #DD68C9; }
span { border-color: rgb(221,104,201); }
td.TdClassName
{
border-color: #DD68C9;
}
.TagClassName
{
border-color: #DD68C9;
}
</style>