Shades of Orchid #DD67D2
Tints of Orchid #DD67D2
RGB
CMYK
RGB Variations
Color information
#DD67D2 (or 0xDD67D2) is known color: Orchid. HEX triplet: DD, 67 and D2. RGB value is (221,103,210). Sum of RGB (Red+Green+Blue) = 221+103+210=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67D2 is #22982D. Grayscale: #969696. Windows color (decimal): -2267182 or 13789149. OLE color: 13789149.
HSL color Cylindrical-coordinate representation of color #DD67D2: hue angle of 305.59º 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 #DD67D2 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 210 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.13 |
| HSL | 305.59º | 0.63% | 0.64% | - |
| HSV(B) | 305.59º | 0.53% | 0.87% | - |
| XYZ | 46.3 | 29.73 | 64.27 | - |
| YUV | 150.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 210 | 0 | 0.53 | 0.05 | 0.13 | 305.59 | 0.63 | 0.64 |
| Hex | DD | 67 | D2 | 0 | 35 | 5 | D | 132 | 3F | 40 |
| Octal | 335 | 147 | 322 | 0 | 65 | 5 | 15 | 462 | 77 | 100 |
| Binary | 11011101 | 1100111 | 11010010 | 0 | 110101 | 101 | 1101 | 100110010 | 111111 | 1000000 |
Color Harmonies of #DD67D2
Complementary color
Monochromatic Colors of #DD67D2
Black with #DD67D2
Text Example
Text Example
White with #DD67D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67D2; }
p { color: rgb(221,103,210); }
H1.HeaderClassName
{
color: #DD67D2;
}
.AnyTagClassName
{
color: #DD67D2;
}
</style>
background-color css
<style>
a { background-color: #DD67D2; }
a { background-color: rgb(221,103,210); }
div.DivClassName
{
background-color: #DD67D2;
}
.BgClassName
{
background-color: #DD67D2;
}
</style>
border-color css
<style>
span { border-color: #DD67D2; }
span { border-color: rgb(221,103,210); }
td.TdClassName
{
border-color: #DD67D2;
}
.TagClassName
{
border-color: #DD67D2;
}
</style>