Shades of Orchid #DD66C4
Tints of Orchid #DD66C4
RGB
CMYK
RGB Variations
Color information
#DD66C4 (or 0xDD66C4) is known color: Orchid. HEX triplet: DD, 66 and C4. RGB value is (221,102,196). Sum of RGB (Red+Green+Blue) = 221+102+196=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66C4 is #22993B. Grayscale: #949494. Windows color (decimal): -2267452 or 12871389. OLE color: 12871389.
HSL color Cylindrical-coordinate representation of color #DD66C4: hue angle of 312.61º 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 #DD66C4 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 196 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.13 |
| HSL | 312.61º | 0.64% | 0.63% | - |
| HSV(B) | 312.61º | 0.54% | 0.87% | - |
| XYZ | 44.53 | 28.86 | 55.45 | - |
| YUV | 148.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 196 | 0 | 0.54 | 0.11 | 0.13 | 312.61 | 0.64 | 0.63 |
| Hex | DD | 66 | C4 | 0 | 36 | B | D | 139 | 40 | 3F |
| Octal | 335 | 146 | 304 | 0 | 66 | 13 | 15 | 471 | 100 | 77 |
| Binary | 11011101 | 1100110 | 11000100 | 0 | 110110 | 1011 | 1101 | 100111001 | 1000000 | 111111 |
Color Harmonies of #DD66C4
Complementary color
Monochromatic Colors of #DD66C4
Black with #DD66C4
Text Example
Text Example
White with #DD66C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66C4; }
p { color: rgb(221,102,196); }
H1.HeaderClassName
{
color: #DD66C4;
}
.AnyTagClassName
{
color: #DD66C4;
}
</style>
background-color css
<style>
a { background-color: #DD66C4; }
a { background-color: rgb(221,102,196); }
div.DivClassName
{
background-color: #DD66C4;
}
.BgClassName
{
background-color: #DD66C4;
}
</style>
border-color css
<style>
span { border-color: #DD66C4; }
span { border-color: rgb(221,102,196); }
td.TdClassName
{
border-color: #DD66C4;
}
.TagClassName
{
border-color: #DD66C4;
}
</style>