Shades of Orchid #EA6CDB
Tints of Orchid #EA6CDB
RGB
CMYK
RGB Variations
Color information
#EA6CDB (or 0xEA6CDB) is known color: Orchid. HEX triplet: EA, 6C and DB. RGB value is (234,108,219). Sum of RGB (Red+Green+Blue) = 234+108+219=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CDB is #159324. Grayscale: #9E9E9E. Windows color (decimal): -1413925 or 14380266. OLE color: 14380266.
HSL color Cylindrical-coordinate representation of color #EA6CDB: hue angle of 307.14º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6CDB is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 219 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.08 |
| HSL | 307.14º | 0.75% | 0.67% | - |
| HSV(B) | 307.14º | 0.54% | 0.92% | - |
| XYZ | 52.08 | 33.33 | 70.71 | - |
| YUV | 158.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 219 | 0 | 0.54 | 0.06 | 0.08 | 307.14 | 0.75 | 0.67 |
| Hex | EA | 6C | DB | 0 | 36 | 6 | 8 | 133 | 4B | 43 |
| Octal | 352 | 154 | 333 | 0 | 66 | 6 | 10 | 463 | 113 | 103 |
| Binary | 11101010 | 1101100 | 11011011 | 0 | 110110 | 110 | 1000 | 100110011 | 1001011 | 1000011 |
Color Harmonies of #EA6CDB
Complementary color
Monochromatic Colors of #EA6CDB
Black with #EA6CDB
Text Example
Text Example
White with #EA6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6CDB; }
p { color: rgb(234,108,219); }
H1.HeaderClassName
{
color: #EA6CDB;
}
.AnyTagClassName
{
color: #EA6CDB;
}
</style>
background-color css
<style>
a { background-color: #EA6CDB; }
a { background-color: rgb(234,108,219); }
div.DivClassName
{
background-color: #EA6CDB;
}
.BgClassName
{
background-color: #EA6CDB;
}
</style>
border-color css
<style>
span { border-color: #EA6CDB; }
span { border-color: rgb(234,108,219); }
td.TdClassName
{
border-color: #EA6CDB;
}
.TagClassName
{
border-color: #EA6CDB;
}
</style>