#ED7DFC

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

Shades of Violet #ED7DFC

Tints of Violet #ED7DFC

Color information

#ED7DFC (or 0xED7DFC) is unknown color: approx Violet. HEX triplet: ED, 7D and FC. RGB value is (237,125,252). Sum of RGB (Red+Green+Blue) = 237+125+252=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 125 (49.22% from 255 or 20.36% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED7DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DFC is #128203. Grayscale: #ACACAC. Windows color (decimal): -1212932 or 16547309. OLE color: 16547309.

HSL color Cylindrical-coordinate representation of color #ED7DFC: hue angle of 292.91º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7DFC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237125252-
CMYK0.060.5000.01
HSL292.91º95.49%73.92%-
HSV(B)292.91º50.4%98.82%-
XYZ59.8339.796.6-
YUV172.97172.61173.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 125 (49.22% from 255) = 20.36%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=38.60%
G=20.36%
B=41.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371252520.060.5000.01292.9195.4973.92
HexED7DFC632011255f4a
Octal35517537466201445137112
Binary111011011111101111111001101100100110010010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DFC; }

 p { color: rgb(237,125,252); }

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

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

 a { background-color: rgb(237,125,252); }

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

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

 span { border-color: rgb(237,125,252); }

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