Shades of Orchid #E66FCE
Tints of Orchid #E66FCE
RGB
CMYK
RGB Variations
Color information
#E66FCE (or 0xE66FCE) is known color: Orchid. HEX triplet: E6, 6F and CE. RGB value is (230,111,206). Sum of RGB (Red+Green+Blue) = 230+111+206=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FCE is #199031. Grayscale: #9D9D9D. Windows color (decimal): -1675314 or 13529062. OLE color: 13529062.
HSL color Cylindrical-coordinate representation of color #E66FCE: hue angle of 312.1º 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 #E66FCE is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 206 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.10 |
| HSL | 312.1º | 0.7% | 0.67% | - |
| HSV(B) | 312.1º | 0.52% | 0.9% | - |
| XYZ | 49.46 | 32.65 | 62.09 | - |
| YUV | 157.41 | 155.42 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 206 | 0 | 0.52 | 0.10 | 0.10 | 312.1 | 0.7 | 0.67 |
| Hex | E6 | 6F | CE | 0 | 34 | A | A | 138 | 46 | 43 |
| Octal | 346 | 157 | 316 | 0 | 64 | 12 | 12 | 470 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11001110 | 0 | 110100 | 1010 | 1010 | 100111000 | 1000110 | 1000011 |
Color Harmonies of #E66FCE
Complementary color
Monochromatic Colors of #E66FCE
Black with #E66FCE
Text Example
Text Example
White with #E66FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FCE; }
p { color: rgb(230,111,206); }
H1.HeaderClassName
{
color: #E66FCE;
}
.AnyTagClassName
{
color: #E66FCE;
}
</style>
background-color css
<style>
a { background-color: #E66FCE; }
a { background-color: rgb(230,111,206); }
div.DivClassName
{
background-color: #E66FCE;
}
.BgClassName
{
background-color: #E66FCE;
}
</style>
border-color css
<style>
span { border-color: #E66FCE; }
span { border-color: rgb(230,111,206); }
td.TdClassName
{
border-color: #E66FCE;
}
.TagClassName
{
border-color: #E66FCE;
}
</style>