Shades of Orchid #E66BDF
Tints of Orchid #E66BDF
RGB
CMYK
RGB Variations
Color information
#E66BDF (or 0xE66BDF) is known color: Orchid. HEX triplet: E6, 6B and DF. RGB value is (230,107,223). Sum of RGB (Red+Green+Blue) = 230+107+223=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BDF is #199420. Grayscale: #9C9C9C. Windows color (decimal): -1676321 or 14642150. OLE color: 14642150.
HSL color Cylindrical-coordinate representation of color #E66BDF: hue angle of 303.41º 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 #E66BDF is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 223 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.10 |
| HSL | 303.41º | 0.71% | 0.66% | - |
| HSV(B) | 303.41º | 0.53% | 0.9% | - |
| XYZ | 51.21 | 32.67 | 73.42 | - |
| YUV | 157 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 223 | 0 | 0.53 | 0.03 | 0.10 | 303.41 | 0.71 | 0.66 |
| Hex | E6 | 6B | DF | 0 | 35 | 3 | A | 12F | 47 | 42 |
| Octal | 346 | 153 | 337 | 0 | 65 | 3 | 12 | 457 | 107 | 102 |
| Binary | 11100110 | 1101011 | 11011111 | 0 | 110101 | 11 | 1010 | 100101111 | 1000111 | 1000010 |
Color Harmonies of #E66BDF
Complementary color
Monochromatic Colors of #E66BDF
Black with #E66BDF
Text Example
Text Example
White with #E66BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BDF; }
p { color: rgb(230,107,223); }
H1.HeaderClassName
{
color: #E66BDF;
}
.AnyTagClassName
{
color: #E66BDF;
}
</style>
background-color css
<style>
a { background-color: #E66BDF; }
a { background-color: rgb(230,107,223); }
div.DivClassName
{
background-color: #E66BDF;
}
.BgClassName
{
background-color: #E66BDF;
}
</style>
border-color css
<style>
span { border-color: #E66BDF; }
span { border-color: rgb(230,107,223); }
td.TdClassName
{
border-color: #E66BDF;
}
.TagClassName
{
border-color: #E66BDF;
}
</style>