Html Css Color HEX #ED7DFD Violet

📋 copy color: '#ED7DFD'

red 237 ◦ green 125 ◦ blue 253

#ED7DFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #ED7DFD

Tints of Violet #ED7DFD

RGB

 RED value IS 237 (92.97% from 255) = 38.54%

 GREEN value IS 125 (49.22% from 255) = 20.33%

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 38.54%
G = 20.33%
B = 41.14%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED7DFD (or 0xED7DFD) is known color: Violet. HEX triplet: ED, 7D and FD. RGB value is (237,125,253). Sum of RGB (Red+Green+Blue) = 237+125+253=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 125 (49.22% from 255 or 20.33% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED7DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DFD is #128202. Grayscale: #ACACAC. Windows color (decimal): -1212931 or 16612845. OLE color: 16612845.

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

Color convert

RGB 237 125 253 -
CMYK 0.06 0.51 0 0.01
HSL 292.5º 0.97% 0.74% -
HSV(B) 292.5º 0.51% 0.99% -
XYZ 59.99 39.76 97.44 -
YUV 173.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 237 125 253 0.06 0.51 0 0.01 292.5 0.97 0.74
Hex ED 7D FD 6 33 0 1 124 61 4A
Octal 355 175 375 6 63 0 1 444 141 112
Binary 11101101 1111101 11111101 110 110011 0 1 100100100 1100001 1001010

Color Harmonies of #ED7DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DFD

Black with #ED7DFD

Text Example


Text Example

White with #ED7DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DFD; }

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

 H1.HeaderClassName
 {
   color: #ED7DFD;
 }
 .AnyTagClassName
 {
   color: #ED7DFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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