Shades of Orchid #DD67D6
Tints of Orchid #DD67D6
RGB
CMYK
RGB Variations
Color information
#DD67D6 (or 0xDD67D6) is known color: Orchid. HEX triplet: DD, 67 and D6. RGB value is (221,103,214). Sum of RGB (Red+Green+Blue) = 221+103+214=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67D6 is #229829. Grayscale: #969696. Windows color (decimal): -2267178 or 14051293. OLE color: 14051293.
HSL color Cylindrical-coordinate representation of color #DD67D6: hue angle of 303.56º 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 #DD67D6 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 214 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.13 |
| HSL | 303.56º | 0.63% | 0.64% | - |
| HSV(B) | 303.56º | 0.53% | 0.87% | - |
| XYZ | 46.81 | 29.93 | 66.93 | - |
| YUV | 150.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 214 | 0 | 0.53 | 0.03 | 0.13 | 303.56 | 0.63 | 0.64 |
| Hex | DD | 67 | D6 | 0 | 35 | 3 | D | 130 | 3F | 40 |
| Octal | 335 | 147 | 326 | 0 | 65 | 3 | 15 | 460 | 77 | 100 |
| Binary | 11011101 | 1100111 | 11010110 | 0 | 110101 | 11 | 1101 | 100110000 | 111111 | 1000000 |
Color Harmonies of #DD67D6
Complementary color
Monochromatic Colors of #DD67D6
Black with #DD67D6
Text Example
Text Example
White with #DD67D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67D6; }
p { color: rgb(221,103,214); }
H1.HeaderClassName
{
color: #DD67D6;
}
.AnyTagClassName
{
color: #DD67D6;
}
</style>
background-color css
<style>
a { background-color: #DD67D6; }
a { background-color: rgb(221,103,214); }
div.DivClassName
{
background-color: #DD67D6;
}
.BgClassName
{
background-color: #DD67D6;
}
</style>
border-color css
<style>
span { border-color: #DD67D6; }
span { border-color: rgb(221,103,214); }
td.TdClassName
{
border-color: #DD67D6;
}
.TagClassName
{
border-color: #DD67D6;
}
</style>