Shades of Orchid #DD67D3
Tints of Orchid #DD67D3
RGB
CMYK
RGB Variations
Color information
#DD67D3 (or 0xDD67D3) is known color: Orchid. HEX triplet: DD, 67 and D3. RGB value is (221,103,211). Sum of RGB (Red+Green+Blue) = 221+103+211=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67D3 is #22982C. Grayscale: #969696. Windows color (decimal): -2267181 or 13854685. OLE color: 13854685.
HSL color Cylindrical-coordinate representation of color #DD67D3: hue angle of 305.08º 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 #DD67D3 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 211 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.13 |
| HSL | 305.08º | 0.63% | 0.64% | - |
| HSV(B) | 305.08º | 0.53% | 0.87% | - |
| XYZ | 46.43 | 29.78 | 64.93 | - |
| YUV | 150.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 211 | 0 | 0.53 | 0.05 | 0.13 | 305.08 | 0.63 | 0.64 |
| Hex | DD | 67 | D3 | 0 | 35 | 5 | D | 131 | 3F | 40 |
| Octal | 335 | 147 | 323 | 0 | 65 | 5 | 15 | 461 | 77 | 100 |
| Binary | 11011101 | 1100111 | 11010011 | 0 | 110101 | 101 | 1101 | 100110001 | 111111 | 1000000 |
Color Harmonies of #DD67D3
Complementary color
Monochromatic Colors of #DD67D3
Black with #DD67D3
Text Example
Text Example
White with #DD67D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67D3; }
p { color: rgb(221,103,211); }
H1.HeaderClassName
{
color: #DD67D3;
}
.AnyTagClassName
{
color: #DD67D3;
}
</style>
background-color css
<style>
a { background-color: #DD67D3; }
a { background-color: rgb(221,103,211); }
div.DivClassName
{
background-color: #DD67D3;
}
.BgClassName
{
background-color: #DD67D3;
}
</style>
border-color css
<style>
span { border-color: #DD67D3; }
span { border-color: rgb(221,103,211); }
td.TdClassName
{
border-color: #DD67D3;
}
.TagClassName
{
border-color: #DD67D3;
}
</style>