Shades of Orchid #E679CC
Tints of Orchid #E679CC
RGB
CMYK
RGB Variations
Color information
#E679CC (or 0xE679CC) is known color: Orchid. HEX triplet: E6, 79 and CC. RGB value is (230,121,204). Sum of RGB (Red+Green+Blue) = 230+121+204=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E679CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679CC is #198633. Grayscale: #A2A2A2. Windows color (decimal): -1672756 or 13400550. OLE color: 13400550.
HSL color Cylindrical-coordinate representation of color #E679CC: hue angle of 314.31º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E679CC is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 204 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.10 |
| HSL | 314.31º | 0.69% | 0.69% | - |
| HSV(B) | 314.31º | 0.47% | 0.9% | - |
| XYZ | 50.37 | 34.86 | 61.2 | - |
| YUV | 163.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 204 | 0 | 0.47 | 0.11 | 0.10 | 314.31 | 0.69 | 0.69 |
| Hex | E6 | 79 | CC | 0 | 2F | B | A | 13A | 45 | 45 |
| Octal | 346 | 171 | 314 | 0 | 57 | 13 | 12 | 472 | 105 | 105 |
| Binary | 11100110 | 1111001 | 11001100 | 0 | 101111 | 1011 | 1010 | 100111010 | 1000101 | 1000101 |
Color Harmonies of #E679CC
Complementary color
Monochromatic Colors of #E679CC
Black with #E679CC
Text Example
Text Example
White with #E679CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679CC; }
p { color: rgb(230,121,204); }
H1.HeaderClassName
{
color: #E679CC;
}
.AnyTagClassName
{
color: #E679CC;
}
</style>
background-color css
<style>
a { background-color: #E679CC; }
a { background-color: rgb(230,121,204); }
div.DivClassName
{
background-color: #E679CC;
}
.BgClassName
{
background-color: #E679CC;
}
</style>
border-color css
<style>
span { border-color: #E679CC; }
span { border-color: rgb(230,121,204); }
td.TdClassName
{
border-color: #E679CC;
}
.TagClassName
{
border-color: #E679CC;
}
</style>