Shades of Orchid #E66FCA
Tints of Orchid #E66FCA
RGB
CMYK
RGB Variations
Color information
#E66FCA (or 0xE66FCA) is known color: Orchid. HEX triplet: E6, 6F and CA. RGB value is (230,111,202). Sum of RGB (Red+Green+Blue) = 230+111+202=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FCA is #199035. Grayscale: #9C9C9C. Windows color (decimal): -1675318 or 13266918. OLE color: 13266918.
HSL color Cylindrical-coordinate representation of color #E66FCA: hue angle of 314.12º 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 #E66FCA is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 202 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.10 |
| HSL | 314.12º | 0.7% | 0.67% | - |
| HSV(B) | 314.12º | 0.52% | 0.9% | - |
| XYZ | 48.98 | 32.46 | 59.56 | - |
| YUV | 156.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 202 | 0 | 0.52 | 0.12 | 0.10 | 314.12 | 0.7 | 0.67 |
| Hex | E6 | 6F | CA | 0 | 34 | C | A | 13A | 46 | 43 |
| Octal | 346 | 157 | 312 | 0 | 64 | 14 | 12 | 472 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11001010 | 0 | 110100 | 1100 | 1010 | 100111010 | 1000110 | 1000011 |
Color Harmonies of #E66FCA
Complementary color
Monochromatic Colors of #E66FCA
Black with #E66FCA
Text Example
Text Example
White with #E66FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FCA; }
p { color: rgb(230,111,202); }
H1.HeaderClassName
{
color: #E66FCA;
}
.AnyTagClassName
{
color: #E66FCA;
}
</style>
background-color css
<style>
a { background-color: #E66FCA; }
a { background-color: rgb(230,111,202); }
div.DivClassName
{
background-color: #E66FCA;
}
.BgClassName
{
background-color: #E66FCA;
}
</style>
border-color css
<style>
span { border-color: #E66FCA; }
span { border-color: rgb(230,111,202); }
td.TdClassName
{
border-color: #E66FCA;
}
.TagClassName
{
border-color: #E66FCA;
}
</style>