Shades of Orchid #DD68C2
Tints of Orchid #DD68C2
RGB
CMYK
RGB Variations
Color information
#DD68C2 (or 0xDD68C2) is known color: Orchid. HEX triplet: DD, 68 and C2. RGB value is (221,104,194). Sum of RGB (Red+Green+Blue) = 221+104+194=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68C2 is #22973D. Grayscale: #959595. Windows color (decimal): -2266942 or 12740829. OLE color: 12740829.
HSL color Cylindrical-coordinate representation of color #DD68C2: hue angle of 313.85º 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 #DD68C2 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 194 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.13 |
| HSL | 313.85º | 0.63% | 0.64% | - |
| HSV(B) | 313.85º | 0.53% | 0.87% | - |
| XYZ | 44.51 | 29.17 | 54.32 | - |
| YUV | 149.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 194 | 0 | 0.53 | 0.12 | 0.13 | 313.85 | 0.63 | 0.64 |
| Hex | DD | 68 | C2 | 0 | 35 | C | D | 13A | 3F | 40 |
| Octal | 335 | 150 | 302 | 0 | 65 | 14 | 15 | 472 | 77 | 100 |
| Binary | 11011101 | 1101000 | 11000010 | 0 | 110101 | 1100 | 1101 | 100111010 | 111111 | 1000000 |
Color Harmonies of #DD68C2
Complementary color
Monochromatic Colors of #DD68C2
Black with #DD68C2
Text Example
Text Example
White with #DD68C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68C2; }
p { color: rgb(221,104,194); }
H1.HeaderClassName
{
color: #DD68C2;
}
.AnyTagClassName
{
color: #DD68C2;
}
</style>
background-color css
<style>
a { background-color: #DD68C2; }
a { background-color: rgb(221,104,194); }
div.DivClassName
{
background-color: #DD68C2;
}
.BgClassName
{
background-color: #DD68C2;
}
</style>
border-color css
<style>
span { border-color: #DD68C2; }
span { border-color: rgb(221,104,194); }
td.TdClassName
{
border-color: #DD68C2;
}
.TagClassName
{
border-color: #DD68C2;
}
</style>