Shades of Orchid #E675DF
Tints of Orchid #E675DF
RGB
CMYK
RGB Variations
Color information
#E675DF (or 0xE675DF) is known color: Orchid. HEX triplet: E6, 75 and DF. RGB value is (230,117,223). Sum of RGB (Red+Green+Blue) = 230+117+223=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E675DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675DF is #198A20. Grayscale: #A2A2A2. Windows color (decimal): -1673761 or 14644710. OLE color: 14644710.
HSL color Cylindrical-coordinate representation of color #E675DF: hue angle of 303.72º 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 #E675DF is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 223 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.10 |
| HSL | 303.72º | 0.69% | 0.68% | - |
| HSV(B) | 303.72º | 0.49% | 0.9% | - |
| XYZ | 52.31 | 34.87 | 73.79 | - |
| YUV | 162.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 223 | 0 | 0.49 | 0.03 | 0.10 | 303.72 | 0.69 | 0.68 |
| Hex | E6 | 75 | DF | 0 | 31 | 3 | A | 130 | 45 | 44 |
| Octal | 346 | 165 | 337 | 0 | 61 | 3 | 12 | 460 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11011111 | 0 | 110001 | 11 | 1010 | 100110000 | 1000101 | 1000100 |
Color Harmonies of #E675DF
Complementary color
Monochromatic Colors of #E675DF
Black with #E675DF
Text Example
Text Example
White with #E675DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675DF; }
p { color: rgb(230,117,223); }
H1.HeaderClassName
{
color: #E675DF;
}
.AnyTagClassName
{
color: #E675DF;
}
</style>
background-color css
<style>
a { background-color: #E675DF; }
a { background-color: rgb(230,117,223); }
div.DivClassName
{
background-color: #E675DF;
}
.BgClassName
{
background-color: #E675DF;
}
</style>
border-color css
<style>
span { border-color: #E675DF; }
span { border-color: rgb(230,117,223); }
td.TdClassName
{
border-color: #E675DF;
}
.TagClassName
{
border-color: #E675DF;
}
</style>