Shades of Orchid #E66CDD
Tints of Orchid #E66CDD
RGB
CMYK
RGB Variations
Color information
#E66CDD (or 0xE66CDD) is known color: Orchid. HEX triplet: E6, 6C and DD. RGB value is (230,108,221). Sum of RGB (Red+Green+Blue) = 230+108+221=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CDD is #199322. Grayscale: #9D9D9D. Windows color (decimal): -1676067 or 14511334. OLE color: 14511334.
HSL color Cylindrical-coordinate representation of color #E66CDD: hue angle of 304.43º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66CDD is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 221 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.10 |
| HSL | 304.43º | 0.71% | 0.66% | - |
| HSV(B) | 304.43º | 0.53% | 0.9% | - |
| XYZ | 51.05 | 32.77 | 72.04 | - |
| YUV | 157.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 221 | 0 | 0.53 | 0.04 | 0.10 | 304.43 | 0.71 | 0.66 |
| Hex | E6 | 6C | DD | 0 | 35 | 4 | A | 130 | 47 | 42 |
| Octal | 346 | 154 | 335 | 0 | 65 | 4 | 12 | 460 | 107 | 102 |
| Binary | 11100110 | 1101100 | 11011101 | 0 | 110101 | 100 | 1010 | 100110000 | 1000111 | 1000010 |
Color Harmonies of #E66CDD
Complementary color
Monochromatic Colors of #E66CDD
Black with #E66CDD
Text Example
Text Example
White with #E66CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CDD; }
p { color: rgb(230,108,221); }
H1.HeaderClassName
{
color: #E66CDD;
}
.AnyTagClassName
{
color: #E66CDD;
}
</style>
background-color css
<style>
a { background-color: #E66CDD; }
a { background-color: rgb(230,108,221); }
div.DivClassName
{
background-color: #E66CDD;
}
.BgClassName
{
background-color: #E66CDD;
}
</style>
border-color css
<style>
span { border-color: #E66CDD; }
span { border-color: rgb(230,108,221); }
td.TdClassName
{
border-color: #E66CDD;
}
.TagClassName
{
border-color: #E66CDD;
}
</style>