Shades of Orchid #E66BDC
Tints of Orchid #E66BDC
RGB
CMYK
RGB Variations
Color information
#E66BDC (or 0xE66BDC) is known color: Orchid. HEX triplet: E6, 6B and DC. RGB value is (230,107,220). Sum of RGB (Red+Green+Blue) = 230+107+220=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BDC is #199423. Grayscale: #9C9C9C. Windows color (decimal): -1676324 or 14445542. OLE color: 14445542.
HSL color Cylindrical-coordinate representation of color #E66BDC: hue angle of 304.88º 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 #E66BDC is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 220 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.10 |
| HSL | 304.88º | 0.71% | 0.66% | - |
| HSV(B) | 304.88º | 0.53% | 0.9% | - |
| XYZ | 50.81 | 32.51 | 71.31 | - |
| YUV | 156.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 220 | 0 | 0.53 | 0.04 | 0.10 | 304.88 | 0.71 | 0.66 |
| Hex | E6 | 6B | DC | 0 | 35 | 4 | A | 131 | 47 | 42 |
| Octal | 346 | 153 | 334 | 0 | 65 | 4 | 12 | 461 | 107 | 102 |
| Binary | 11100110 | 1101011 | 11011100 | 0 | 110101 | 100 | 1010 | 100110001 | 1000111 | 1000010 |
Color Harmonies of #E66BDC
Complementary color
Monochromatic Colors of #E66BDC
Black with #E66BDC
Text Example
Text Example
White with #E66BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BDC; }
p { color: rgb(230,107,220); }
H1.HeaderClassName
{
color: #E66BDC;
}
.AnyTagClassName
{
color: #E66BDC;
}
</style>
background-color css
<style>
a { background-color: #E66BDC; }
a { background-color: rgb(230,107,220); }
div.DivClassName
{
background-color: #E66BDC;
}
.BgClassName
{
background-color: #E66BDC;
}
</style>
border-color css
<style>
span { border-color: #E66BDC; }
span { border-color: rgb(230,107,220); }
td.TdClassName
{
border-color: #E66BDC;
}
.TagClassName
{
border-color: #E66BDC;
}
</style>