Shades of Orchid #DD68CD
Tints of Orchid #DD68CD
RGB
CMYK
RGB Variations
Color information
#DD68CD (or 0xDD68CD) is known color: Orchid. HEX triplet: DD, 68 and CD. RGB value is (221,104,205). Sum of RGB (Red+Green+Blue) = 221+104+205=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68CD is #229732. Grayscale: #969696. Windows color (decimal): -2266931 or 13461725. OLE color: 13461725.
HSL color Cylindrical-coordinate representation of color #DD68CD: hue angle of 308.21º 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 #DD68CD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 205 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.13 |
| HSL | 308.21º | 0.63% | 0.64% | - |
| HSV(B) | 308.21º | 0.53% | 0.87% | - |
| XYZ | 45.79 | 29.68 | 61.07 | - |
| YUV | 150.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 205 | 0 | 0.53 | 0.07 | 0.13 | 308.21 | 0.63 | 0.64 |
| Hex | DD | 68 | CD | 0 | 35 | 7 | D | 134 | 3F | 40 |
| Octal | 335 | 150 | 315 | 0 | 65 | 7 | 15 | 464 | 77 | 100 |
| Binary | 11011101 | 1101000 | 11001101 | 0 | 110101 | 111 | 1101 | 100110100 | 111111 | 1000000 |
Color Harmonies of #DD68CD
Complementary color
Monochromatic Colors of #DD68CD
Black with #DD68CD
Text Example
Text Example
White with #DD68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68CD; }
p { color: rgb(221,104,205); }
H1.HeaderClassName
{
color: #DD68CD;
}
.AnyTagClassName
{
color: #DD68CD;
}
</style>
background-color css
<style>
a { background-color: #DD68CD; }
a { background-color: rgb(221,104,205); }
div.DivClassName
{
background-color: #DD68CD;
}
.BgClassName
{
background-color: #DD68CD;
}
</style>
border-color css
<style>
span { border-color: #DD68CD; }
span { border-color: rgb(221,104,205); }
td.TdClassName
{
border-color: #DD68CD;
}
.TagClassName
{
border-color: #DD68CD;
}
</style>