Shades of Orchid #E06CDF
Tints of Orchid #E06CDF
RGB
CMYK
RGB Variations
Color information
#E06CDF (or 0xE06CDF) is known color: Orchid. HEX triplet: E0, 6C and DF. RGB value is (224,108,223). Sum of RGB (Red+Green+Blue) = 224+108+223=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CDF is #1F9320. Grayscale: #9B9B9B. Windows color (decimal): -2069281 or 14642400. OLE color: 14642400.
HSL color Cylindrical-coordinate representation of color #E06CDF: hue angle of 300.52º 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 #E06CDF is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 223 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.12 |
| HSL | 300.52º | 0.65% | 0.65% | - |
| HSV(B) | 300.52º | 0.52% | 0.88% | - |
| XYZ | 49.42 | 31.9 | 73.36 | - |
| YUV | 155.79 | 165.93 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 223 | 0 | 0.52 | 0.00 | 0.12 | 300.52 | 0.65 | 0.65 |
| Hex | E0 | 6C | DF | 0 | 34 | 0 | C | 12D | 41 | 41 |
| Octal | 340 | 154 | 337 | 0 | 64 | 0 | 14 | 455 | 101 | 101 |
| Binary | 11100000 | 1101100 | 11011111 | 0 | 110100 | 0 | 1100 | 100101101 | 1000001 | 1000001 |
Color Harmonies of #E06CDF
Complementary color
Monochromatic Colors of #E06CDF
Black with #E06CDF
Text Example
Text Example
White with #E06CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CDF; }
p { color: rgb(224,108,223); }
H1.HeaderClassName
{
color: #E06CDF;
}
.AnyTagClassName
{
color: #E06CDF;
}
</style>
background-color css
<style>
a { background-color: #E06CDF; }
a { background-color: rgb(224,108,223); }
div.DivClassName
{
background-color: #E06CDF;
}
.BgClassName
{
background-color: #E06CDF;
}
</style>
border-color css
<style>
span { border-color: #E06CDF; }
span { border-color: rgb(224,108,223); }
td.TdClassName
{
border-color: #E06CDF;
}
.TagClassName
{
border-color: #E06CDF;
}
</style>