Shades of Orchid #E674D4
Tints of Orchid #E674D4
RGB
CMYK
RGB Variations
Color information
#E674D4 (or 0xE674D4) is known color: Orchid. HEX triplet: E6, 74 and D4. RGB value is (230,116,212). Sum of RGB (Red+Green+Blue) = 230+116+212=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E674D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674D4 is #198B2B. Grayscale: #A0A0A0. Windows color (decimal): -1674028 or 13923558. OLE color: 13923558.
HSL color Cylindrical-coordinate representation of color #E674D4: hue angle of 309.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E674D4 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 212 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.10 |
| HSL | 309.47º | 0.7% | 0.68% | - |
| HSV(B) | 309.47º | 0.5% | 0.9% | - |
| XYZ | 50.76 | 34.07 | 66.19 | - |
| YUV | 161.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 212 | 0 | 0.50 | 0.08 | 0.10 | 309.47 | 0.7 | 0.68 |
| Hex | E6 | 74 | D4 | 0 | 32 | 8 | A | 135 | 46 | 44 |
| Octal | 346 | 164 | 324 | 0 | 62 | 10 | 12 | 465 | 106 | 104 |
| Binary | 11100110 | 1110100 | 11010100 | 0 | 110010 | 1000 | 1010 | 100110101 | 1000110 | 1000100 |
Color Harmonies of #E674D4
Complementary color
Monochromatic Colors of #E674D4
Black with #E674D4
Text Example
Text Example
White with #E674D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674D4; }
p { color: rgb(230,116,212); }
H1.HeaderClassName
{
color: #E674D4;
}
.AnyTagClassName
{
color: #E674D4;
}
</style>
background-color css
<style>
a { background-color: #E674D4; }
a { background-color: rgb(230,116,212); }
div.DivClassName
{
background-color: #E674D4;
}
.BgClassName
{
background-color: #E674D4;
}
</style>
border-color css
<style>
span { border-color: #E674D4; }
span { border-color: rgb(230,116,212); }
td.TdClassName
{
border-color: #E674D4;
}
.TagClassName
{
border-color: #E674D4;
}
</style>