Shades of Orchid #E675DC
Tints of Orchid #E675DC
RGB
CMYK
RGB Variations
Color information
#E675DC (or 0xE675DC) is known color: Orchid. HEX triplet: E6, 75 and DC. RGB value is (230,117,220). Sum of RGB (Red+Green+Blue) = 230+117+220=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E675DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675DC is #198A23. Grayscale: #A2A2A2. Windows color (decimal): -1673764 or 14448102. OLE color: 14448102.
HSL color Cylindrical-coordinate representation of color #E675DC: hue angle of 305.31º 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 #E675DC is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 220 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.10 |
| HSL | 305.31º | 0.69% | 0.68% | - |
| HSV(B) | 305.31º | 0.49% | 0.9% | - |
| XYZ | 51.91 | 34.71 | 71.67 | - |
| YUV | 162.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 220 | 0 | 0.49 | 0.04 | 0.10 | 305.31 | 0.69 | 0.68 |
| Hex | E6 | 75 | DC | 0 | 31 | 4 | A | 131 | 45 | 44 |
| Octal | 346 | 165 | 334 | 0 | 61 | 4 | 12 | 461 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11011100 | 0 | 110001 | 100 | 1010 | 100110001 | 1000101 | 1000100 |
Color Harmonies of #E675DC
Complementary color
Monochromatic Colors of #E675DC
Black with #E675DC
Text Example
Text Example
White with #E675DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675DC; }
p { color: rgb(230,117,220); }
H1.HeaderClassName
{
color: #E675DC;
}
.AnyTagClassName
{
color: #E675DC;
}
</style>
background-color css
<style>
a { background-color: #E675DC; }
a { background-color: rgb(230,117,220); }
div.DivClassName
{
background-color: #E675DC;
}
.BgClassName
{
background-color: #E675DC;
}
</style>
border-color css
<style>
span { border-color: #E675DC; }
span { border-color: rgb(230,117,220); }
td.TdClassName
{
border-color: #E675DC;
}
.TagClassName
{
border-color: #E675DC;
}
</style>