Shades of Orchid #E069CD
Tints of Orchid #E069CD
RGB
CMYK
RGB Variations
Color information
#E069CD (or 0xE069CD) is known color: Orchid. HEX triplet: E0, 69 and CD. RGB value is (224,105,205). Sum of RGB (Red+Green+Blue) = 224+105+205=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E069CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069CD is #1F9632. Grayscale: #979797. Windows color (decimal): -2070067 or 13461984. OLE color: 13461984.
HSL color Cylindrical-coordinate representation of color #E069CD: hue angle of 309.58º 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 #E069CD is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 205 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.12 |
| HSL | 309.58º | 0.66% | 0.65% | - |
| HSV(B) | 309.58º | 0.53% | 0.88% | - |
| XYZ | 46.81 | 30.36 | 61.15 | - |
| YUV | 151.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 205 | 0 | 0.53 | 0.08 | 0.12 | 309.58 | 0.66 | 0.65 |
| Hex | E0 | 69 | CD | 0 | 35 | 8 | C | 136 | 42 | 41 |
| Octal | 340 | 151 | 315 | 0 | 65 | 10 | 14 | 466 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11001101 | 0 | 110101 | 1000 | 1100 | 100110110 | 1000010 | 1000001 |
Color Harmonies of #E069CD
Complementary color
Monochromatic Colors of #E069CD
Black with #E069CD
Text Example
Text Example
White with #E069CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069CD; }
p { color: rgb(224,105,205); }
H1.HeaderClassName
{
color: #E069CD;
}
.AnyTagClassName
{
color: #E069CD;
}
</style>
background-color css
<style>
a { background-color: #E069CD; }
a { background-color: rgb(224,105,205); }
div.DivClassName
{
background-color: #E069CD;
}
.BgClassName
{
background-color: #E069CD;
}
</style>
border-color css
<style>
span { border-color: #E069CD; }
span { border-color: rgb(224,105,205); }
td.TdClassName
{
border-color: #E069CD;
}
.TagClassName
{
border-color: #E069CD;
}
</style>