Shades of Orchid #E068DF
Tints of Orchid #E068DF
RGB
CMYK
RGB Variations
Color information
#E068DF (or 0xE068DF) is known color: Orchid. HEX triplet: E0, 68 and DF. RGB value is (224,104,223). Sum of RGB (Red+Green+Blue) = 224+104+223=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E068DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068DF is #1F9720. Grayscale: #999999. Windows color (decimal): -2070305 or 14641376. OLE color: 14641376.
HSL color Cylindrical-coordinate representation of color #E068DF: hue angle of 300.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E068DF is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 223 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.12 |
| HSL | 300.5º | 0.66% | 0.64% | - |
| HSV(B) | 300.5º | 0.54% | 0.88% | - |
| XYZ | 49.01 | 31.08 | 73.23 | - |
| YUV | 153.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 223 | 0 | 0.54 | 0.00 | 0.12 | 300.5 | 0.66 | 0.64 |
| Hex | E0 | 68 | DF | 0 | 36 | 0 | C | 12C | 42 | 40 |
| Octal | 340 | 150 | 337 | 0 | 66 | 0 | 14 | 454 | 102 | 100 |
| Binary | 11100000 | 1101000 | 11011111 | 0 | 110110 | 0 | 1100 | 100101100 | 1000010 | 1000000 |
Color Harmonies of #E068DF
Complementary color
Monochromatic Colors of #E068DF
Black with #E068DF
Text Example
Text Example
White with #E068DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E068DF; }
p { color: rgb(224,104,223); }
H1.HeaderClassName
{
color: #E068DF;
}
.AnyTagClassName
{
color: #E068DF;
}
</style>
background-color css
<style>
a { background-color: #E068DF; }
a { background-color: rgb(224,104,223); }
div.DivClassName
{
background-color: #E068DF;
}
.BgClassName
{
background-color: #E068DF;
}
</style>
border-color css
<style>
span { border-color: #E068DF; }
span { border-color: rgb(224,104,223); }
td.TdClassName
{
border-color: #E068DF;
}
.TagClassName
{
border-color: #E068DF;
}
</style>