Shades of Orchid #E672D3
Tints of Orchid #E672D3
RGB
CMYK
RGB Variations
Color information
#E672D3 (or 0xE672D3) is known color: Orchid. HEX triplet: E6, 72 and D3. RGB value is (230,114,211). Sum of RGB (Red+Green+Blue) = 230+114+211=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E672D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672D3 is #198D2C. Grayscale: #9F9F9F. Windows color (decimal): -1674541 or 13857510. OLE color: 13857510.
HSL color Cylindrical-coordinate representation of color #E672D3: hue angle of 309.83º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E672D3 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 211 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.10 |
| HSL | 309.83º | 0.7% | 0.67% | - |
| HSV(B) | 309.83º | 0.5% | 0.9% | - |
| XYZ | 50.41 | 33.56 | 65.45 | - |
| YUV | 159.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 211 | 0 | 0.50 | 0.08 | 0.10 | 309.83 | 0.7 | 0.67 |
| Hex | E6 | 72 | D3 | 0 | 32 | 8 | A | 136 | 46 | 43 |
| Octal | 346 | 162 | 323 | 0 | 62 | 10 | 12 | 466 | 106 | 103 |
| Binary | 11100110 | 1110010 | 11010011 | 0 | 110010 | 1000 | 1010 | 100110110 | 1000110 | 1000011 |
Color Harmonies of #E672D3
Complementary color
Monochromatic Colors of #E672D3
Black with #E672D3
Text Example
Text Example
White with #E672D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672D3; }
p { color: rgb(230,114,211); }
H1.HeaderClassName
{
color: #E672D3;
}
.AnyTagClassName
{
color: #E672D3;
}
</style>
background-color css
<style>
a { background-color: #E672D3; }
a { background-color: rgb(230,114,211); }
div.DivClassName
{
background-color: #E672D3;
}
.BgClassName
{
background-color: #E672D3;
}
</style>
border-color css
<style>
span { border-color: #E672D3; }
span { border-color: rgb(230,114,211); }
td.TdClassName
{
border-color: #E672D3;
}
.TagClassName
{
border-color: #E672D3;
}
</style>