Shades of Orchid #E66BCE
Tints of Orchid #E66BCE
RGB
CMYK
RGB Variations
Color information
#E66BCE (or 0xE66BCE) is known color: Orchid. HEX triplet: E6, 6B and CE. RGB value is (230,107,206). Sum of RGB (Red+Green+Blue) = 230+107+206=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BCE is #199431. Grayscale: #9A9A9A. Windows color (decimal): -1676338 or 13528038. OLE color: 13528038.
HSL color Cylindrical-coordinate representation of color #E66BCE: hue angle of 311.71º 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 #E66BCE is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 206 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.10 |
| HSL | 311.71º | 0.71% | 0.66% | - |
| HSV(B) | 311.71º | 0.53% | 0.9% | - |
| XYZ | 49.03 | 31.79 | 61.95 | - |
| YUV | 155.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 206 | 0 | 0.53 | 0.10 | 0.10 | 311.71 | 0.71 | 0.66 |
| Hex | E6 | 6B | CE | 0 | 35 | A | A | 138 | 47 | 42 |
| Octal | 346 | 153 | 316 | 0 | 65 | 12 | 12 | 470 | 107 | 102 |
| Binary | 11100110 | 1101011 | 11001110 | 0 | 110101 | 1010 | 1010 | 100111000 | 1000111 | 1000010 |
Color Harmonies of #E66BCE
Complementary color
Monochromatic Colors of #E66BCE
Black with #E66BCE
Text Example
Text Example
White with #E66BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BCE; }
p { color: rgb(230,107,206); }
H1.HeaderClassName
{
color: #E66BCE;
}
.AnyTagClassName
{
color: #E66BCE;
}
</style>
background-color css
<style>
a { background-color: #E66BCE; }
a { background-color: rgb(230,107,206); }
div.DivClassName
{
background-color: #E66BCE;
}
.BgClassName
{
background-color: #E66BCE;
}
</style>
border-color css
<style>
span { border-color: #E66BCE; }
span { border-color: rgb(230,107,206); }
td.TdClassName
{
border-color: #E66BCE;
}
.TagClassName
{
border-color: #E66BCE;
}
</style>