Shades of Orchid #E66FCD
Tints of Orchid #E66FCD
RGB
CMYK
RGB Variations
Color information
#E66FCD (or 0xE66FCD) is known color: Orchid. HEX triplet: E6, 6F and CD. RGB value is (230,111,205). Sum of RGB (Red+Green+Blue) = 230+111+205=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FCD is #199032. Grayscale: #9D9D9D. Windows color (decimal): -1675315 or 13463526. OLE color: 13463526.
HSL color Cylindrical-coordinate representation of color #E66FCD: hue angle of 312.61º 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 #E66FCD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 205 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.10 |
| HSL | 312.61º | 0.7% | 0.67% | - |
| HSV(B) | 312.61º | 0.52% | 0.9% | - |
| XYZ | 49.34 | 32.6 | 61.45 | - |
| YUV | 157.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 205 | 0 | 0.52 | 0.11 | 0.10 | 312.61 | 0.7 | 0.67 |
| Hex | E6 | 6F | CD | 0 | 34 | B | A | 139 | 46 | 43 |
| Octal | 346 | 157 | 315 | 0 | 64 | 13 | 12 | 471 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11001101 | 0 | 110100 | 1011 | 1010 | 100111001 | 1000110 | 1000011 |
Color Harmonies of #E66FCD
Complementary color
Monochromatic Colors of #E66FCD
Black with #E66FCD
Text Example
Text Example
White with #E66FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FCD; }
p { color: rgb(230,111,205); }
H1.HeaderClassName
{
color: #E66FCD;
}
.AnyTagClassName
{
color: #E66FCD;
}
</style>
background-color css
<style>
a { background-color: #E66FCD; }
a { background-color: rgb(230,111,205); }
div.DivClassName
{
background-color: #E66FCD;
}
.BgClassName
{
background-color: #E66FCD;
}
</style>
border-color css
<style>
span { border-color: #E66FCD; }
span { border-color: rgb(230,111,205); }
td.TdClassName
{
border-color: #E66FCD;
}
.TagClassName
{
border-color: #E66FCD;
}
</style>