Shades of Orchid #E675DA
Tints of Orchid #E675DA
RGB
CMYK
RGB Variations
Color information
#E675DA (or 0xE675DA) is known color: Orchid. HEX triplet: E6, 75 and DA. RGB value is (230,117,218). Sum of RGB (Red+Green+Blue) = 230+117+218=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E675DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675DA is #198A25. Grayscale: #A2A2A2. Windows color (decimal): -1673766 or 14317030. OLE color: 14317030.
HSL color Cylindrical-coordinate representation of color #E675DA: hue angle of 306.37º 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 #E675DA is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 218 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.10 |
| HSL | 306.37º | 0.69% | 0.68% | - |
| HSV(B) | 306.37º | 0.49% | 0.9% | - |
| XYZ | 51.65 | 34.61 | 70.29 | - |
| YUV | 162.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 218 | 0 | 0.49 | 0.05 | 0.10 | 306.37 | 0.69 | 0.68 |
| Hex | E6 | 75 | DA | 0 | 31 | 5 | A | 132 | 45 | 44 |
| Octal | 346 | 165 | 332 | 0 | 61 | 5 | 12 | 462 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11011010 | 0 | 110001 | 101 | 1010 | 100110010 | 1000101 | 1000100 |
Color Harmonies of #E675DA
Complementary color
Monochromatic Colors of #E675DA
Black with #E675DA
Text Example
Text Example
White with #E675DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675DA; }
p { color: rgb(230,117,218); }
H1.HeaderClassName
{
color: #E675DA;
}
.AnyTagClassName
{
color: #E675DA;
}
</style>
background-color css
<style>
a { background-color: #E675DA; }
a { background-color: rgb(230,117,218); }
div.DivClassName
{
background-color: #E675DA;
}
.BgClassName
{
background-color: #E675DA;
}
</style>
border-color css
<style>
span { border-color: #E675DA; }
span { border-color: rgb(230,117,218); }
td.TdClassName
{
border-color: #E675DA;
}
.TagClassName
{
border-color: #E675DA;
}
</style>