Shades of Orchid #DD67D0
Tints of Orchid #DD67D0
RGB
CMYK
RGB Variations
Color information
#DD67D0 (or 0xDD67D0) is known color: Orchid. HEX triplet: DD, 67 and D0. RGB value is (221,103,208). Sum of RGB (Red+Green+Blue) = 221+103+208=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67D0 is #22982F. Grayscale: #959595. Windows color (decimal): -2267184 or 13658077. OLE color: 13658077.
HSL color Cylindrical-coordinate representation of color #DD67D0: hue angle of 306.61º 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 #DD67D0 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 208 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.13 |
| HSL | 306.61º | 0.63% | 0.64% | - |
| HSV(B) | 306.61º | 0.53% | 0.87% | - |
| XYZ | 46.05 | 29.63 | 62.97 | - |
| YUV | 150.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 208 | 0 | 0.53 | 0.06 | 0.13 | 306.61 | 0.63 | 0.64 |
| Hex | DD | 67 | D0 | 0 | 35 | 6 | D | 133 | 3F | 40 |
| Octal | 335 | 147 | 320 | 0 | 65 | 6 | 15 | 463 | 77 | 100 |
| Binary | 11011101 | 1100111 | 11010000 | 0 | 110101 | 110 | 1101 | 100110011 | 111111 | 1000000 |
Color Harmonies of #DD67D0
Complementary color
Monochromatic Colors of #DD67D0
Black with #DD67D0
Text Example
Text Example
White with #DD67D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67D0; }
p { color: rgb(221,103,208); }
H1.HeaderClassName
{
color: #DD67D0;
}
.AnyTagClassName
{
color: #DD67D0;
}
</style>
background-color css
<style>
a { background-color: #DD67D0; }
a { background-color: rgb(221,103,208); }
div.DivClassName
{
background-color: #DD67D0;
}
.BgClassName
{
background-color: #DD67D0;
}
</style>
border-color css
<style>
span { border-color: #DD67D0; }
span { border-color: rgb(221,103,208); }
td.TdClassName
{
border-color: #DD67D0;
}
.TagClassName
{
border-color: #DD67D0;
}
</style>