Shades of Orchid #E66ADF
Tints of Orchid #E66ADF
RGB
CMYK
RGB Variations
Color information
#E66ADF (or 0xE66ADF) is known color: Orchid. HEX triplet: E6, 6A and DF. RGB value is (230,106,223). Sum of RGB (Red+Green+Blue) = 230+106+223=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ADF is #199520. Grayscale: #9C9C9C. Windows color (decimal): -1676577 or 14641894. OLE color: 14641894.
HSL color Cylindrical-coordinate representation of color #E66ADF: hue angle of 303.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66ADF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 223 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.10 |
| HSL | 303.39º | 0.71% | 0.66% | - |
| HSV(B) | 303.39º | 0.54% | 0.9% | - |
| XYZ | 51.11 | 32.46 | 73.38 | - |
| YUV | 156.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 223 | 0 | 0.54 | 0.03 | 0.10 | 303.39 | 0.71 | 0.66 |
| Hex | E6 | 6A | DF | 0 | 36 | 3 | A | 12F | 47 | 42 |
| Octal | 346 | 152 | 337 | 0 | 66 | 3 | 12 | 457 | 107 | 102 |
| Binary | 11100110 | 1101010 | 11011111 | 0 | 110110 | 11 | 1010 | 100101111 | 1000111 | 1000010 |
Color Harmonies of #E66ADF
Complementary color
Monochromatic Colors of #E66ADF
Black with #E66ADF
Text Example
Text Example
White with #E66ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66ADF; }
p { color: rgb(230,106,223); }
H1.HeaderClassName
{
color: #E66ADF;
}
.AnyTagClassName
{
color: #E66ADF;
}
</style>
background-color css
<style>
a { background-color: #E66ADF; }
a { background-color: rgb(230,106,223); }
div.DivClassName
{
background-color: #E66ADF;
}
.BgClassName
{
background-color: #E66ADF;
}
</style>
border-color css
<style>
span { border-color: #E66ADF; }
span { border-color: rgb(230,106,223); }
td.TdClassName
{
border-color: #E66ADF;
}
.TagClassName
{
border-color: #E66ADF;
}
</style>