Shades of Orchid #E067CF
Tints of Orchid #E067CF
RGB
CMYK
RGB Variations
Color information
#E067CF (or 0xE067CF) is known color: Orchid. HEX triplet: E0, 67 and CF. RGB value is (224,103,207). Sum of RGB (Red+Green+Blue) = 224+103+207=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E067CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067CF is #1F9830. Grayscale: #969696. Windows color (decimal): -2070577 or 13592544. OLE color: 13592544.
HSL color Cylindrical-coordinate representation of color #E067CF: hue angle of 308.43º 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 #E067CF is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 207 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.12 |
| HSL | 308.43º | 0.66% | 0.64% | - |
| HSV(B) | 308.43º | 0.54% | 0.88% | - |
| XYZ | 46.85 | 30.05 | 62.36 | - |
| YUV | 151.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 207 | 0 | 0.54 | 0.08 | 0.12 | 308.43 | 0.66 | 0.64 |
| Hex | E0 | 67 | CF | 0 | 36 | 8 | C | 134 | 42 | 40 |
| Octal | 340 | 147 | 317 | 0 | 66 | 10 | 14 | 464 | 102 | 100 |
| Binary | 11100000 | 1100111 | 11001111 | 0 | 110110 | 1000 | 1100 | 100110100 | 1000010 | 1000000 |
Color Harmonies of #E067CF
Complementary color
Monochromatic Colors of #E067CF
Black with #E067CF
Text Example
Text Example
White with #E067CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067CF; }
p { color: rgb(224,103,207); }
H1.HeaderClassName
{
color: #E067CF;
}
.AnyTagClassName
{
color: #E067CF;
}
</style>
background-color css
<style>
a { background-color: #E067CF; }
a { background-color: rgb(224,103,207); }
div.DivClassName
{
background-color: #E067CF;
}
.BgClassName
{
background-color: #E067CF;
}
</style>
border-color css
<style>
span { border-color: #E067CF; }
span { border-color: rgb(224,103,207); }
td.TdClassName
{
border-color: #E067CF;
}
.TagClassName
{
border-color: #E067CF;
}
</style>