Shades of Orchid #E683D3
Tints of Orchid #E683D3
RGB
CMYK
RGB Variations
Color information
#E683D3 (or 0xE683D3) is known color: Orchid. HEX triplet: E6, 83 and D3. RGB value is (230,131,211). Sum of RGB (Red+Green+Blue) = 230+131+211=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E683D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683D3 is #197C2C. Grayscale: #A9A9A9. Windows color (decimal): -1670189 or 13861862. OLE color: 13861862.
HSL color Cylindrical-coordinate representation of color #E683D3: hue angle of 311.52º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E683D3 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 211 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.10 |
| HSL | 311.52º | 0.66% | 0.71% | - |
| HSV(B) | 311.52º | 0.43% | 0.9% | - |
| XYZ | 52.51 | 37.76 | 66.15 | - |
| YUV | 169.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 211 | 0 | 0.43 | 0.08 | 0.10 | 311.52 | 0.66 | 0.71 |
| Hex | E6 | 83 | D3 | 0 | 2B | 8 | A | 138 | 42 | 47 |
| Octal | 346 | 203 | 323 | 0 | 53 | 10 | 12 | 470 | 102 | 107 |
| Binary | 11100110 | 10000011 | 11010011 | 0 | 101011 | 1000 | 1010 | 100111000 | 1000010 | 1000111 |
Color Harmonies of #E683D3
Complementary color
Monochromatic Colors of #E683D3
Black with #E683D3
Text Example
Text Example
White with #E683D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E683D3; }
p { color: rgb(230,131,211); }
H1.HeaderClassName
{
color: #E683D3;
}
.AnyTagClassName
{
color: #E683D3;
}
</style>
background-color css
<style>
a { background-color: #E683D3; }
a { background-color: rgb(230,131,211); }
div.DivClassName
{
background-color: #E683D3;
}
.BgClassName
{
background-color: #E683D3;
}
</style>
border-color css
<style>
span { border-color: #E683D3; }
span { border-color: rgb(230,131,211); }
td.TdClassName
{
border-color: #E683D3;
}
.TagClassName
{
border-color: #E683D3;
}
</style>