Shades of Orchid #E66CCF
Tints of Orchid #E66CCF
RGB
CMYK
RGB Variations
Color information
#E66CCF (or 0xE66CCF) is known color: Orchid. HEX triplet: E6, 6C and CF. RGB value is (230,108,207). Sum of RGB (Red+Green+Blue) = 230+108+207=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CCF is #199330. Grayscale: #9B9B9B. Windows color (decimal): -1676081 or 13593830. OLE color: 13593830.
HSL color Cylindrical-coordinate representation of color #E66CCF: hue angle of 311.31º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66CCF is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 207 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.10 |
| HSL | 311.31º | 0.71% | 0.66% | - |
| HSV(B) | 311.31º | 0.53% | 0.9% | - |
| XYZ | 49.26 | 32.05 | 62.62 | - |
| YUV | 155.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 207 | 0 | 0.53 | 0.10 | 0.10 | 311.31 | 0.71 | 0.66 |
| Hex | E6 | 6C | CF | 0 | 35 | A | A | 137 | 47 | 42 |
| Octal | 346 | 154 | 317 | 0 | 65 | 12 | 12 | 467 | 107 | 102 |
| Binary | 11100110 | 1101100 | 11001111 | 0 | 110101 | 1010 | 1010 | 100110111 | 1000111 | 1000010 |
Color Harmonies of #E66CCF
Complementary color
Monochromatic Colors of #E66CCF
Black with #E66CCF
Text Example
Text Example
White with #E66CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CCF; }
p { color: rgb(230,108,207); }
H1.HeaderClassName
{
color: #E66CCF;
}
.AnyTagClassName
{
color: #E66CCF;
}
</style>
background-color css
<style>
a { background-color: #E66CCF; }
a { background-color: rgb(230,108,207); }
div.DivClassName
{
background-color: #E66CCF;
}
.BgClassName
{
background-color: #E66CCF;
}
</style>
border-color css
<style>
span { border-color: #E66CCF; }
span { border-color: rgb(230,108,207); }
td.TdClassName
{
border-color: #E66CCF;
}
.TagClassName
{
border-color: #E66CCF;
}
</style>