#ed83fd

Color #ED83FD Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #ED83FD

Tints of Violet #ED83FD

Color information

#ED83FD (or 0xED83FD) is unknown color: approx Violet. HEX triplet: ED, 83 and FD. RGB value is (237,131,253). Sum of RGB (Red+Green+Blue) = 237+131+253=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 131 (51.56% from 255 or 21.10% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED83FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED83FD is #127C02. Grayscale: #B0B0B0. Windows color (decimal): -1211395 or 16614381. OLE color: 16614381.

HSL color Cylindrical-coordinate representation of color #ED83FD: hue angle of 292.13º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED83FD is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237131253-
CMYK0.060.4800.01
HSL292.13º96.83%75.29%-
HSV(B)292.13º48.22%99.22%-
XYZ60.7741.3397.7-
YUV176.6171.12171.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 131 (51.56% from 255) = 21.10%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=38.16%
G=21.10%
B=40.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371312530.060.4800.01292.1396.8375.29
HexED83FD63001124614b
Octal35520337566001444141113
Binary1110110110000011111111011101100000110010010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed83fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed83fd; }

 p { color: rgb(237,131,253); }

 H1.HeaderClassName
 {
   color: #ed83fd;
 }
 .AnyTagClassName
 {
   color: #ed83fd;
 }
</style>
background-color css

<style>
 a { background-color: #ed83fd; }

 a { background-color: rgb(237,131,253); }

 div.DivClassName
 {
   background-color: #ed83fd;
 }
 .BgClassName
 {
   background-color: #ed83fd;
 }
</style>
border-color css

<style>
 span { border-color: #ed83fd; }

 span { border-color: rgb(237,131,253); }

 td.TdClassName
 {
   border-color: #ed83fd;
 }
 .TagClassName
 {
   border-color: #ed83fd;
 }
</style>