Shades of Orchid #DD67C2
Tints of Orchid #DD67C2
RGB
CMYK
RGB Variations
Color information
#DD67C2 (or 0xDD67C2) is known color: Orchid. HEX triplet: DD, 67 and C2. RGB value is (221,103,194). Sum of RGB (Red+Green+Blue) = 221+103+194=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67C2 is #22983D. Grayscale: #949494. Windows color (decimal): -2267198 or 12740573. OLE color: 12740573.
HSL color Cylindrical-coordinate representation of color #DD67C2: hue angle of 313.73º 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 #DD67C2 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 194 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.13 |
| HSL | 313.73º | 0.63% | 0.64% | - |
| HSV(B) | 313.73º | 0.53% | 0.87% | - |
| XYZ | 44.41 | 28.97 | 54.29 | - |
| YUV | 148.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 194 | 0 | 0.53 | 0.12 | 0.13 | 313.73 | 0.63 | 0.64 |
| Hex | DD | 67 | C2 | 0 | 35 | C | D | 13A | 3F | 40 |
| Octal | 335 | 147 | 302 | 0 | 65 | 14 | 15 | 472 | 77 | 100 |
| Binary | 11011101 | 1100111 | 11000010 | 0 | 110101 | 1100 | 1101 | 100111010 | 111111 | 1000000 |
Color Harmonies of #DD67C2
Complementary color
Monochromatic Colors of #DD67C2
Black with #DD67C2
Text Example
Text Example
White with #DD67C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67C2; }
p { color: rgb(221,103,194); }
H1.HeaderClassName
{
color: #DD67C2;
}
.AnyTagClassName
{
color: #DD67C2;
}
</style>
background-color css
<style>
a { background-color: #DD67C2; }
a { background-color: rgb(221,103,194); }
div.DivClassName
{
background-color: #DD67C2;
}
.BgClassName
{
background-color: #DD67C2;
}
</style>
border-color css
<style>
span { border-color: #DD67C2; }
span { border-color: rgb(221,103,194); }
td.TdClassName
{
border-color: #DD67C2;
}
.TagClassName
{
border-color: #DD67C2;
}
</style>