Shades of Orchid #E975DC
Tints of Orchid #E975DC
RGB
CMYK
RGB Variations
Color information
#E975DC (or 0xE975DC) is known color: Orchid. HEX triplet: E9, 75 and DC. RGB value is (233,117,220). Sum of RGB (Red+Green+Blue) = 233+117+220=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E975DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975DC is #168A23. Grayscale: #A3A3A3. Windows color (decimal): -1477156 or 14448105. OLE color: 14448105.
HSL color Cylindrical-coordinate representation of color #E975DC: hue angle of 306.72º 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 #E975DC is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 220 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.09 |
| HSL | 306.72º | 0.73% | 0.69% | - |
| HSV(B) | 306.72º | 0.5% | 0.91% | - |
| XYZ | 52.88 | 35.21 | 71.72 | - |
| YUV | 163.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 220 | 0 | 0.50 | 0.06 | 0.09 | 306.72 | 0.73 | 0.69 |
| Hex | E9 | 75 | DC | 0 | 32 | 6 | 9 | 133 | 48 | 45 |
| Octal | 351 | 165 | 334 | 0 | 62 | 6 | 11 | 463 | 110 | 105 |
| Binary | 11101001 | 1110101 | 11011100 | 0 | 110010 | 110 | 1001 | 100110011 | 1001000 | 1000101 |
Color Harmonies of #E975DC
Complementary color
Monochromatic Colors of #E975DC
Black with #E975DC
Text Example
Text Example
White with #E975DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975DC; }
p { color: rgb(233,117,220); }
H1.HeaderClassName
{
color: #E975DC;
}
.AnyTagClassName
{
color: #E975DC;
}
</style>
background-color css
<style>
a { background-color: #E975DC; }
a { background-color: rgb(233,117,220); }
div.DivClassName
{
background-color: #E975DC;
}
.BgClassName
{
background-color: #E975DC;
}
</style>
border-color css
<style>
span { border-color: #E975DC; }
span { border-color: rgb(233,117,220); }
td.TdClassName
{
border-color: #E975DC;
}
.TagClassName
{
border-color: #E975DC;
}
</style>