Shades of Orchid #E66BCC
Tints of Orchid #E66BCC
RGB
CMYK
RGB Variations
Color information
#E66BCC (or 0xE66BCC) is known color: Orchid. HEX triplet: E6, 6B and CC. RGB value is (230,107,204). Sum of RGB (Red+Green+Blue) = 230+107+204=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BCC is #199433. Grayscale: #9A9A9A. Windows color (decimal): -1676340 or 13396966. OLE color: 13396966.
HSL color Cylindrical-coordinate representation of color #E66BCC: hue angle of 312.68º 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 #E66BCC is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 204 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.10 |
| HSL | 312.68º | 0.71% | 0.66% | - |
| HSV(B) | 312.68º | 0.53% | 0.9% | - |
| XYZ | 48.79 | 31.7 | 60.67 | - |
| YUV | 154.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 204 | 0 | 0.53 | 0.11 | 0.10 | 312.68 | 0.71 | 0.66 |
| Hex | E6 | 6B | CC | 0 | 35 | B | A | 139 | 47 | 42 |
| Octal | 346 | 153 | 314 | 0 | 65 | 13 | 12 | 471 | 107 | 102 |
| Binary | 11100110 | 1101011 | 11001100 | 0 | 110101 | 1011 | 1010 | 100111001 | 1000111 | 1000010 |
Color Harmonies of #E66BCC
Complementary color
Monochromatic Colors of #E66BCC
Black with #E66BCC
Text Example
Text Example
White with #E66BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BCC; }
p { color: rgb(230,107,204); }
H1.HeaderClassName
{
color: #E66BCC;
}
.AnyTagClassName
{
color: #E66BCC;
}
</style>
background-color css
<style>
a { background-color: #E66BCC; }
a { background-color: rgb(230,107,204); }
div.DivClassName
{
background-color: #E66BCC;
}
.BgClassName
{
background-color: #E66BCC;
}
</style>
border-color css
<style>
span { border-color: #E66BCC; }
span { border-color: rgb(230,107,204); }
td.TdClassName
{
border-color: #E66BCC;
}
.TagClassName
{
border-color: #E66BCC;
}
</style>