Shades of Orchid #E66BCB
Tints of Orchid #E66BCB
RGB
CMYK
RGB Variations
Color information
#E66BCB (or 0xE66BCB) is known color: Orchid. HEX triplet: E6, 6B and CB. RGB value is (230,107,203). Sum of RGB (Red+Green+Blue) = 230+107+203=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BCB is #199434. Grayscale: #9A9A9A. Windows color (decimal): -1676341 or 13331430. OLE color: 13331430.
HSL color Cylindrical-coordinate representation of color #E66BCB: hue angle of 313.17º 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 #E66BCB is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 203 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.10 |
| HSL | 313.17º | 0.71% | 0.66% | - |
| HSV(B) | 313.17º | 0.53% | 0.9% | - |
| XYZ | 48.67 | 31.65 | 60.04 | - |
| YUV | 154.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 203 | 0 | 0.53 | 0.12 | 0.10 | 313.17 | 0.71 | 0.66 |
| Hex | E6 | 6B | CB | 0 | 35 | C | A | 139 | 47 | 42 |
| Octal | 346 | 153 | 313 | 0 | 65 | 14 | 12 | 471 | 107 | 102 |
| Binary | 11100110 | 1101011 | 11001011 | 0 | 110101 | 1100 | 1010 | 100111001 | 1000111 | 1000010 |
Color Harmonies of #E66BCB
Complementary color
Monochromatic Colors of #E66BCB
Black with #E66BCB
Text Example
Text Example
White with #E66BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BCB; }
p { color: rgb(230,107,203); }
H1.HeaderClassName
{
color: #E66BCB;
}
.AnyTagClassName
{
color: #E66BCB;
}
</style>
background-color css
<style>
a { background-color: #E66BCB; }
a { background-color: rgb(230,107,203); }
div.DivClassName
{
background-color: #E66BCB;
}
.BgClassName
{
background-color: #E66BCB;
}
</style>
border-color css
<style>
span { border-color: #E66BCB; }
span { border-color: rgb(230,107,203); }
td.TdClassName
{
border-color: #E66BCB;
}
.TagClassName
{
border-color: #E66BCB;
}
</style>