Shades of Orchid #DD66C7
Tints of Orchid #DD66C7
RGB
CMYK
RGB Variations
Color information
#DD66C7 (or 0xDD66C7) is known color: Orchid. HEX triplet: DD, 66 and C7. RGB value is (221,102,199). Sum of RGB (Red+Green+Blue) = 221+102+199=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66C7 is #229938. Grayscale: #949494. Windows color (decimal): -2267449 or 13067997. OLE color: 13067997.
HSL color Cylindrical-coordinate representation of color #DD66C7: hue angle of 311.09º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD66C7 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 199 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.13 |
| HSL | 311.09º | 0.64% | 0.63% | - |
| HSV(B) | 311.09º | 0.54% | 0.87% | - |
| XYZ | 44.88 | 29 | 57.26 | - |
| YUV | 148.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 199 | 0 | 0.54 | 0.10 | 0.13 | 311.09 | 0.64 | 0.63 |
| Hex | DD | 66 | C7 | 0 | 36 | A | D | 137 | 40 | 3F |
| Octal | 335 | 146 | 307 | 0 | 66 | 12 | 15 | 467 | 100 | 77 |
| Binary | 11011101 | 1100110 | 11000111 | 0 | 110110 | 1010 | 1101 | 100110111 | 1000000 | 111111 |
Color Harmonies of #DD66C7
Complementary color
Monochromatic Colors of #DD66C7
Black with #DD66C7
Text Example
Text Example
White with #DD66C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66C7; }
p { color: rgb(221,102,199); }
H1.HeaderClassName
{
color: #DD66C7;
}
.AnyTagClassName
{
color: #DD66C7;
}
</style>
background-color css
<style>
a { background-color: #DD66C7; }
a { background-color: rgb(221,102,199); }
div.DivClassName
{
background-color: #DD66C7;
}
.BgClassName
{
background-color: #DD66C7;
}
</style>
border-color css
<style>
span { border-color: #DD66C7; }
span { border-color: rgb(221,102,199); }
td.TdClassName
{
border-color: #DD66C7;
}
.TagClassName
{
border-color: #DD66C7;
}
</style>