Shades of Orchid #E677CD
Tints of Orchid #E677CD
RGB
CMYK
RGB Variations
Color information
#E677CD (or 0xE677CD) is known color: Orchid. HEX triplet: E6, 77 and CD. RGB value is (230,119,205). Sum of RGB (Red+Green+Blue) = 230+119+205=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E677CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677CD is #198832. Grayscale: #A1A1A1. Windows color (decimal): -1673267 or 13465574. OLE color: 13465574.
HSL color Cylindrical-coordinate representation of color #E677CD: hue angle of 313.51º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E677CD is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 205 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.10 |
| HSL | 313.51º | 0.69% | 0.68% | - |
| HSV(B) | 313.51º | 0.48% | 0.9% | - |
| XYZ | 50.25 | 34.42 | 61.75 | - |
| YUV | 161.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 205 | 0 | 0.48 | 0.11 | 0.10 | 313.51 | 0.69 | 0.68 |
| Hex | E6 | 77 | CD | 0 | 30 | B | A | 13A | 45 | 44 |
| Octal | 346 | 167 | 315 | 0 | 60 | 13 | 12 | 472 | 105 | 104 |
| Binary | 11100110 | 1110111 | 11001101 | 0 | 110000 | 1011 | 1010 | 100111010 | 1000101 | 1000100 |
Color Harmonies of #E677CD
Complementary color
Monochromatic Colors of #E677CD
Black with #E677CD
Text Example
Text Example
White with #E677CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E677CD; }
p { color: rgb(230,119,205); }
H1.HeaderClassName
{
color: #E677CD;
}
.AnyTagClassName
{
color: #E677CD;
}
</style>
background-color css
<style>
a { background-color: #E677CD; }
a { background-color: rgb(230,119,205); }
div.DivClassName
{
background-color: #E677CD;
}
.BgClassName
{
background-color: #E677CD;
}
</style>
border-color css
<style>
span { border-color: #E677CD; }
span { border-color: rgb(230,119,205); }
td.TdClassName
{
border-color: #E677CD;
}
.TagClassName
{
border-color: #E677CD;
}
</style>