Shades of Orchid #E069CF
Tints of Orchid #E069CF
RGB
CMYK
RGB Variations
Color information
#E069CF (or 0xE069CF) is known color: Orchid. HEX triplet: E0, 69 and CF. RGB value is (224,105,207). Sum of RGB (Red+Green+Blue) = 224+105+207=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E069CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069CF is #1F9630. Grayscale: #979797. Windows color (decimal): -2070065 or 13593056. OLE color: 13593056.
HSL color Cylindrical-coordinate representation of color #E069CF: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069CF is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 207 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.12 |
| HSL | 308.57º | 0.66% | 0.65% | - |
| HSV(B) | 308.57º | 0.53% | 0.88% | - |
| XYZ | 47.05 | 30.46 | 62.43 | - |
| YUV | 152.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 207 | 0 | 0.53 | 0.08 | 0.12 | 308.57 | 0.66 | 0.65 |
| Hex | E0 | 69 | CF | 0 | 35 | 8 | C | 135 | 42 | 41 |
| Octal | 340 | 151 | 317 | 0 | 65 | 10 | 14 | 465 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11001111 | 0 | 110101 | 1000 | 1100 | 100110101 | 1000010 | 1000001 |
Color Harmonies of #E069CF
Complementary color
Monochromatic Colors of #E069CF
Black with #E069CF
Text Example
Text Example
White with #E069CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069CF; }
p { color: rgb(224,105,207); }
H1.HeaderClassName
{
color: #E069CF;
}
.AnyTagClassName
{
color: #E069CF;
}
</style>
background-color css
<style>
a { background-color: #E069CF; }
a { background-color: rgb(224,105,207); }
div.DivClassName
{
background-color: #E069CF;
}
.BgClassName
{
background-color: #E069CF;
}
</style>
border-color css
<style>
span { border-color: #E069CF; }
span { border-color: rgb(224,105,207); }
td.TdClassName
{
border-color: #E069CF;
}
.TagClassName
{
border-color: #E069CF;
}
</style>