Shades of Orchid #E975DF
Tints of Orchid #E975DF
RGB
CMYK
RGB Variations
Color information
#E975DF (or 0xE975DF) is known color: Orchid. HEX triplet: E9, 75 and DF. RGB value is (233,117,223). Sum of RGB (Red+Green+Blue) = 233+117+223=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E975DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975DF is #168A20. Grayscale: #A3A3A3. Windows color (decimal): -1477153 or 14644713. OLE color: 14644713.
HSL color Cylindrical-coordinate representation of color #E975DF: hue angle of 305.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975DF is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 223 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.09 |
| HSL | 305.17º | 0.73% | 0.69% | - |
| HSV(B) | 305.17º | 0.5% | 0.91% | - |
| XYZ | 53.28 | 35.37 | 73.83 | - |
| YUV | 163.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 223 | 0 | 0.50 | 0.04 | 0.09 | 305.17 | 0.73 | 0.69 |
| Hex | E9 | 75 | DF | 0 | 32 | 4 | 9 | 131 | 48 | 45 |
| Octal | 351 | 165 | 337 | 0 | 62 | 4 | 11 | 461 | 110 | 105 |
| Binary | 11101001 | 1110101 | 11011111 | 0 | 110010 | 100 | 1001 | 100110001 | 1001000 | 1000101 |
Color Harmonies of #E975DF
Complementary color
Monochromatic Colors of #E975DF
Black with #E975DF
Text Example
Text Example
White with #E975DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975DF; }
p { color: rgb(233,117,223); }
H1.HeaderClassName
{
color: #E975DF;
}
.AnyTagClassName
{
color: #E975DF;
}
</style>
background-color css
<style>
a { background-color: #E975DF; }
a { background-color: rgb(233,117,223); }
div.DivClassName
{
background-color: #E975DF;
}
.BgClassName
{
background-color: #E975DF;
}
</style>
border-color css
<style>
span { border-color: #E975DF; }
span { border-color: rgb(233,117,223); }
td.TdClassName
{
border-color: #E975DF;
}
.TagClassName
{
border-color: #E975DF;
}
</style>