Shades of Orchid #E66DCB
Tints of Orchid #E66DCB
RGB
CMYK
RGB Variations
Color information
#E66DCB (or 0xE66DCB) is known color: Orchid. HEX triplet: E6, 6D and CB. RGB value is (230,109,203). Sum of RGB (Red+Green+Blue) = 230+109+203=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DCB is #199234. Grayscale: #9B9B9B. Windows color (decimal): -1675829 or 13331942. OLE color: 13331942.
HSL color Cylindrical-coordinate representation of color #E66DCB: hue angle of 313.39º 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 #E66DCB is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 203 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.10 |
| HSL | 313.39º | 0.71% | 0.66% | - |
| HSV(B) | 313.39º | 0.53% | 0.9% | - |
| XYZ | 48.88 | 32.07 | 60.11 | - |
| YUV | 155.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 203 | 0 | 0.53 | 0.12 | 0.10 | 313.39 | 0.71 | 0.66 |
| Hex | E6 | 6D | CB | 0 | 35 | C | A | 139 | 47 | 42 |
| Octal | 346 | 155 | 313 | 0 | 65 | 14 | 12 | 471 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11001011 | 0 | 110101 | 1100 | 1010 | 100111001 | 1000111 | 1000010 |
Color Harmonies of #E66DCB
Complementary color
Monochromatic Colors of #E66DCB
Black with #E66DCB
Text Example
Text Example
White with #E66DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DCB; }
p { color: rgb(230,109,203); }
H1.HeaderClassName
{
color: #E66DCB;
}
.AnyTagClassName
{
color: #E66DCB;
}
</style>
background-color css
<style>
a { background-color: #E66DCB; }
a { background-color: rgb(230,109,203); }
div.DivClassName
{
background-color: #E66DCB;
}
.BgClassName
{
background-color: #E66DCB;
}
</style>
border-color css
<style>
span { border-color: #E66DCB; }
span { border-color: rgb(230,109,203); }
td.TdClassName
{
border-color: #E66DCB;
}
.TagClassName
{
border-color: #E66DCB;
}
</style>