Shades of Orchid #E067D4
Tints of Orchid #E067D4
RGB
CMYK
RGB Variations
Color information
#E067D4 (or 0xE067D4) is known color: Orchid. HEX triplet: E0, 67 and D4. RGB value is (224,103,212). Sum of RGB (Red+Green+Blue) = 224+103+212=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E067D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067D4 is #1F982B. Grayscale: #979797. Windows color (decimal): -2070572 or 13920224. OLE color: 13920224.
HSL color Cylindrical-coordinate representation of color #E067D4: hue angle of 305.95º 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 #E067D4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 212 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.12 |
| HSL | 305.95º | 0.66% | 0.64% | - |
| HSV(B) | 305.95º | 0.54% | 0.88% | - |
| XYZ | 47.47 | 30.3 | 65.63 | - |
| YUV | 151.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 212 | 0 | 0.54 | 0.05 | 0.12 | 305.95 | 0.66 | 0.64 |
| Hex | E0 | 67 | D4 | 0 | 36 | 5 | C | 132 | 42 | 40 |
| Octal | 340 | 147 | 324 | 0 | 66 | 5 | 14 | 462 | 102 | 100 |
| Binary | 11100000 | 1100111 | 11010100 | 0 | 110110 | 101 | 1100 | 100110010 | 1000010 | 1000000 |
Color Harmonies of #E067D4
Complementary color
Monochromatic Colors of #E067D4
Black with #E067D4
Text Example
Text Example
White with #E067D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067D4; }
p { color: rgb(224,103,212); }
H1.HeaderClassName
{
color: #E067D4;
}
.AnyTagClassName
{
color: #E067D4;
}
</style>
background-color css
<style>
a { background-color: #E067D4; }
a { background-color: rgb(224,103,212); }
div.DivClassName
{
background-color: #E067D4;
}
.BgClassName
{
background-color: #E067D4;
}
</style>
border-color css
<style>
span { border-color: #E067D4; }
span { border-color: rgb(224,103,212); }
td.TdClassName
{
border-color: #E067D4;
}
.TagClassName
{
border-color: #E067D4;
}
</style>