Shades of Orchid #EA78CF
Tints of Orchid #EA78CF
RGB
CMYK
RGB Variations
Color information
#EA78CF (or 0xEA78CF) is known color: Orchid. HEX triplet: EA, 78 and CF. RGB value is (234,120,207). Sum of RGB (Red+Green+Blue) = 234+120+207=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78CF is #158730. Grayscale: #A3A3A3. Windows color (decimal): -1410865 or 13596906. OLE color: 13596906.
HSL color Cylindrical-coordinate representation of color #EA78CF: hue angle of 314.21º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA78CF is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 207 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.08 |
| HSL | 314.21º | 0.73% | 0.69% | - |
| HSV(B) | 314.21º | 0.49% | 0.92% | - |
| XYZ | 51.91 | 35.43 | 63.13 | - |
| YUV | 164 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 207 | 0 | 0.49 | 0.12 | 0.08 | 314.21 | 0.73 | 0.69 |
| Hex | EA | 78 | CF | 0 | 31 | C | 8 | 13A | 49 | 45 |
| Octal | 352 | 170 | 317 | 0 | 61 | 14 | 10 | 472 | 111 | 105 |
| Binary | 11101010 | 1111000 | 11001111 | 0 | 110001 | 1100 | 1000 | 100111010 | 1001001 | 1000101 |
Color Harmonies of #EA78CF
Complementary color
Monochromatic Colors of #EA78CF
Black with #EA78CF
Text Example
Text Example
White with #EA78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA78CF; }
p { color: rgb(234,120,207); }
H1.HeaderClassName
{
color: #EA78CF;
}
.AnyTagClassName
{
color: #EA78CF;
}
</style>
background-color css
<style>
a { background-color: #EA78CF; }
a { background-color: rgb(234,120,207); }
div.DivClassName
{
background-color: #EA78CF;
}
.BgClassName
{
background-color: #EA78CF;
}
</style>
border-color css
<style>
span { border-color: #EA78CF; }
span { border-color: rgb(234,120,207); }
td.TdClassName
{
border-color: #EA78CF;
}
.TagClassName
{
border-color: #EA78CF;
}
</style>