Shades of Orchid #DD67C1
Tints of Orchid #DD67C1
RGB
CMYK
RGB Variations
Color information
#DD67C1 (or 0xDD67C1) is known color: Orchid. HEX triplet: DD, 67 and C1. RGB value is (221,103,193). Sum of RGB (Red+Green+Blue) = 221+103+193=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67C1 is #22983E. Grayscale: #949494. Windows color (decimal): -2267199 or 12675037. OLE color: 12675037.
HSL color Cylindrical-coordinate representation of color #DD67C1: hue angle of 314.24º 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 #DD67C1 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 193 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.13 |
| HSL | 314.24º | 0.63% | 0.64% | - |
| HSV(B) | 314.24º | 0.53% | 0.87% | - |
| XYZ | 44.29 | 28.92 | 53.7 | - |
| YUV | 148.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 193 | 0 | 0.53 | 0.13 | 0.13 | 314.24 | 0.63 | 0.64 |
| Hex | DD | 67 | C1 | 0 | 35 | D | D | 13A | 3F | 40 |
| Octal | 335 | 147 | 301 | 0 | 65 | 15 | 15 | 472 | 77 | 100 |
| Binary | 11011101 | 1100111 | 11000001 | 0 | 110101 | 1101 | 1101 | 100111010 | 111111 | 1000000 |
Color Harmonies of #DD67C1
Complementary color
Monochromatic Colors of #DD67C1
Black with #DD67C1
Text Example
Text Example
White with #DD67C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67C1; }
p { color: rgb(221,103,193); }
H1.HeaderClassName
{
color: #DD67C1;
}
.AnyTagClassName
{
color: #DD67C1;
}
</style>
background-color css
<style>
a { background-color: #DD67C1; }
a { background-color: rgb(221,103,193); }
div.DivClassName
{
background-color: #DD67C1;
}
.BgClassName
{
background-color: #DD67C1;
}
</style>
border-color css
<style>
span { border-color: #DD67C1; }
span { border-color: rgb(221,103,193); }
td.TdClassName
{
border-color: #DD67C1;
}
.TagClassName
{
border-color: #DD67C1;
}
</style>