Shades of Orchid #E675CE
Tints of Orchid #E675CE
RGB
CMYK
RGB Variations
Color information
#E675CE (or 0xE675CE) is known color: Orchid. HEX triplet: E6, 75 and CE. RGB value is (230,117,206). Sum of RGB (Red+Green+Blue) = 230+117+206=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E675CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675CE is #198A31. Grayscale: #A0A0A0. Windows color (decimal): -1673778 or 13530598. OLE color: 13530598.
HSL color Cylindrical-coordinate representation of color #E675CE: hue angle of 312.74º 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 #E675CE is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 206 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.10 |
| HSL | 312.74º | 0.69% | 0.68% | - |
| HSV(B) | 312.74º | 0.49% | 0.9% | - |
| XYZ | 50.14 | 34 | 62.31 | - |
| YUV | 160.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 206 | 0 | 0.49 | 0.10 | 0.10 | 312.74 | 0.69 | 0.68 |
| Hex | E6 | 75 | CE | 0 | 31 | A | A | 139 | 45 | 44 |
| Octal | 346 | 165 | 316 | 0 | 61 | 12 | 12 | 471 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11001110 | 0 | 110001 | 1010 | 1010 | 100111001 | 1000101 | 1000100 |
Color Harmonies of #E675CE
Complementary color
Monochromatic Colors of #E675CE
Black with #E675CE
Text Example
Text Example
White with #E675CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675CE; }
p { color: rgb(230,117,206); }
H1.HeaderClassName
{
color: #E675CE;
}
.AnyTagClassName
{
color: #E675CE;
}
</style>
background-color css
<style>
a { background-color: #E675CE; }
a { background-color: rgb(230,117,206); }
div.DivClassName
{
background-color: #E675CE;
}
.BgClassName
{
background-color: #E675CE;
}
</style>
border-color css
<style>
span { border-color: #E675CE; }
span { border-color: rgb(230,117,206); }
td.TdClassName
{
border-color: #E675CE;
}
.TagClassName
{
border-color: #E675CE;
}
</style>