Shades of Orchid #E06BDF
Tints of Orchid #E06BDF
RGB
CMYK
RGB Variations
Color information
#E06BDF (or 0xE06BDF) is known color: Orchid. HEX triplet: E0, 6B and DF. RGB value is (224,107,223). Sum of RGB (Red+Green+Blue) = 224+107+223=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BDF is #1F9420. Grayscale: #9A9A9A. Windows color (decimal): -2069537 or 14642144. OLE color: 14642144.
HSL color Cylindrical-coordinate representation of color #E06BDF: hue angle of 300.51º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06BDF is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 223 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.12 |
| HSL | 300.51º | 0.65% | 0.65% | - |
| HSV(B) | 300.51º | 0.52% | 0.88% | - |
| XYZ | 49.32 | 31.69 | 73.33 | - |
| YUV | 155.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 223 | 0 | 0.52 | 0.00 | 0.12 | 300.51 | 0.65 | 0.65 |
| Hex | E0 | 6B | DF | 0 | 34 | 0 | C | 12D | 41 | 41 |
| Octal | 340 | 153 | 337 | 0 | 64 | 0 | 14 | 455 | 101 | 101 |
| Binary | 11100000 | 1101011 | 11011111 | 0 | 110100 | 0 | 1100 | 100101101 | 1000001 | 1000001 |
Color Harmonies of #E06BDF
Complementary color
Monochromatic Colors of #E06BDF
Black with #E06BDF
Text Example
Text Example
White with #E06BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BDF; }
p { color: rgb(224,107,223); }
H1.HeaderClassName
{
color: #E06BDF;
}
.AnyTagClassName
{
color: #E06BDF;
}
</style>
background-color css
<style>
a { background-color: #E06BDF; }
a { background-color: rgb(224,107,223); }
div.DivClassName
{
background-color: #E06BDF;
}
.BgClassName
{
background-color: #E06BDF;
}
</style>
border-color css
<style>
span { border-color: #E06BDF; }
span { border-color: rgb(224,107,223); }
td.TdClassName
{
border-color: #E06BDF;
}
.TagClassName
{
border-color: #E06BDF;
}
</style>