Shades of Orchid #E671CF
Tints of Orchid #E671CF
RGB
CMYK
RGB Variations
Color information
#E671CF (or 0xE671CF) is known color: Orchid. HEX triplet: E6, 71 and CF. RGB value is (230,113,207). Sum of RGB (Red+Green+Blue) = 230+113+207=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E671CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671CF is #198E30. Grayscale: #9E9E9E. Windows color (decimal): -1674801 or 13595110. OLE color: 13595110.
HSL color Cylindrical-coordinate representation of color #E671CF: hue angle of 311.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671CF is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 207 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.10 |
| HSL | 311.79º | 0.7% | 0.67% | - |
| HSV(B) | 311.79º | 0.51% | 0.9% | - |
| XYZ | 49.8 | 33.14 | 62.8 | - |
| YUV | 158.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 207 | 0 | 0.51 | 0.10 | 0.10 | 311.79 | 0.7 | 0.67 |
| Hex | E6 | 71 | CF | 0 | 33 | A | A | 138 | 46 | 43 |
| Octal | 346 | 161 | 317 | 0 | 63 | 12 | 12 | 470 | 106 | 103 |
| Binary | 11100110 | 1110001 | 11001111 | 0 | 110011 | 1010 | 1010 | 100111000 | 1000110 | 1000011 |
Color Harmonies of #E671CF
Complementary color
Monochromatic Colors of #E671CF
Black with #E671CF
Text Example
Text Example
White with #E671CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671CF; }
p { color: rgb(230,113,207); }
H1.HeaderClassName
{
color: #E671CF;
}
.AnyTagClassName
{
color: #E671CF;
}
</style>
background-color css
<style>
a { background-color: #E671CF; }
a { background-color: rgb(230,113,207); }
div.DivClassName
{
background-color: #E671CF;
}
.BgClassName
{
background-color: #E671CF;
}
</style>
border-color css
<style>
span { border-color: #E671CF; }
span { border-color: rgb(230,113,207); }
td.TdClassName
{
border-color: #E671CF;
}
.TagClassName
{
border-color: #E671CF;
}
</style>