Shades of Orchid #E66FCF
Tints of Orchid #E66FCF
RGB
CMYK
RGB Variations
Color information
#E66FCF (or 0xE66FCF) is known color: Orchid. HEX triplet: E6, 6F and CF. RGB value is (230,111,207). Sum of RGB (Red+Green+Blue) = 230+111+207=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FCF is #199030. Grayscale: #9D9D9D. Windows color (decimal): -1675313 or 13594598. OLE color: 13594598.
HSL color Cylindrical-coordinate representation of color #E66FCF: hue angle of 311.6º 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 #E66FCF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 207 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.10 |
| HSL | 311.6º | 0.7% | 0.67% | - |
| HSV(B) | 311.6º | 0.52% | 0.9% | - |
| XYZ | 49.58 | 32.7 | 62.73 | - |
| YUV | 157.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 207 | 0 | 0.52 | 0.10 | 0.10 | 311.6 | 0.7 | 0.67 |
| Hex | E6 | 6F | CF | 0 | 34 | A | A | 138 | 46 | 43 |
| Octal | 346 | 157 | 317 | 0 | 64 | 12 | 12 | 470 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11001111 | 0 | 110100 | 1010 | 1010 | 100111000 | 1000110 | 1000011 |
Color Harmonies of #E66FCF
Complementary color
Monochromatic Colors of #E66FCF
Black with #E66FCF
Text Example
Text Example
White with #E66FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FCF; }
p { color: rgb(230,111,207); }
H1.HeaderClassName
{
color: #E66FCF;
}
.AnyTagClassName
{
color: #E66FCF;
}
</style>
background-color css
<style>
a { background-color: #E66FCF; }
a { background-color: rgb(230,111,207); }
div.DivClassName
{
background-color: #E66FCF;
}
.BgClassName
{
background-color: #E66FCF;
}
</style>
border-color css
<style>
span { border-color: #E66FCF; }
span { border-color: rgb(230,111,207); }
td.TdClassName
{
border-color: #E66FCF;
}
.TagClassName
{
border-color: #E66FCF;
}
</style>