Shades of Orchid #E66FC8
Tints of Orchid #E66FC8
RGB
CMYK
RGB Variations
Color information
#E66FC8 (or 0xE66FC8) is known color: Orchid. HEX triplet: E6, 6F and C8. RGB value is (230,111,200). Sum of RGB (Red+Green+Blue) = 230+111+200=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FC8 is #199037. Grayscale: #9C9C9C. Windows color (decimal): -1675320 or 13135846. OLE color: 13135846.
HSL color Cylindrical-coordinate representation of color #E66FC8: hue angle of 315.13º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66FC8 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 200 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.10 |
| HSL | 315.13º | 0.7% | 0.67% | - |
| HSV(B) | 315.13º | 0.52% | 0.9% | - |
| XYZ | 48.74 | 32.36 | 58.32 | - |
| YUV | 156.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 200 | 0 | 0.52 | 0.13 | 0.10 | 315.13 | 0.7 | 0.67 |
| Hex | E6 | 6F | C8 | 0 | 34 | D | A | 13B | 46 | 43 |
| Octal | 346 | 157 | 310 | 0 | 64 | 15 | 12 | 473 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11001000 | 0 | 110100 | 1101 | 1010 | 100111011 | 1000110 | 1000011 |
Color Harmonies of #E66FC8
Complementary color
Monochromatic Colors of #E66FC8
Black with #E66FC8
Text Example
Text Example
White with #E66FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FC8; }
p { color: rgb(230,111,200); }
H1.HeaderClassName
{
color: #E66FC8;
}
.AnyTagClassName
{
color: #E66FC8;
}
</style>
background-color css
<style>
a { background-color: #E66FC8; }
a { background-color: rgb(230,111,200); }
div.DivClassName
{
background-color: #E66FC8;
}
.BgClassName
{
background-color: #E66FC8;
}
</style>
border-color css
<style>
span { border-color: #E66FC8; }
span { border-color: rgb(230,111,200); }
td.TdClassName
{
border-color: #E66FC8;
}
.TagClassName
{
border-color: #E66FC8;
}
</style>