Shades of Orchid #E675D5
Tints of Orchid #E675D5
RGB
CMYK
RGB Variations
Color information
#E675D5 (or 0xE675D5) is known color: Orchid. HEX triplet: E6, 75 and D5. RGB value is (230,117,213). Sum of RGB (Red+Green+Blue) = 230+117+213=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E675D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675D5 is #198A2A. Grayscale: #A1A1A1. Windows color (decimal): -1673771 or 13989350. OLE color: 13989350.
HSL color Cylindrical-coordinate representation of color #E675D5: hue angle of 309.03º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675D5 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 213 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.10 |
| HSL | 309.03º | 0.69% | 0.68% | - |
| HSV(B) | 309.03º | 0.49% | 0.9% | - |
| XYZ | 51 | 34.35 | 66.89 | - |
| YUV | 161.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 213 | 0 | 0.49 | 0.07 | 0.10 | 309.03 | 0.69 | 0.68 |
| Hex | E6 | 75 | D5 | 0 | 31 | 7 | A | 135 | 45 | 44 |
| Octal | 346 | 165 | 325 | 0 | 61 | 7 | 12 | 465 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11010101 | 0 | 110001 | 111 | 1010 | 100110101 | 1000101 | 1000100 |
Color Harmonies of #E675D5
Complementary color
Monochromatic Colors of #E675D5
Black with #E675D5
Text Example
Text Example
White with #E675D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675D5; }
p { color: rgb(230,117,213); }
H1.HeaderClassName
{
color: #E675D5;
}
.AnyTagClassName
{
color: #E675D5;
}
</style>
background-color css
<style>
a { background-color: #E675D5; }
a { background-color: rgb(230,117,213); }
div.DivClassName
{
background-color: #E675D5;
}
.BgClassName
{
background-color: #E675D5;
}
</style>
border-color css
<style>
span { border-color: #E675D5; }
span { border-color: rgb(230,117,213); }
td.TdClassName
{
border-color: #E675D5;
}
.TagClassName
{
border-color: #E675D5;
}
</style>