Html Css Color HEX #7C0DFE Electric Indigo

📋 copy color: '#7C0DFE'

red 124 ◦ green 13 ◦ blue 254

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

Shades of Electric Indigo #7C0DFE

Tints of Electric Indigo #7C0DFE

RGB

 RED value IS 124 (48.83% from 255) = 31.71%

 GREEN value IS 13 (5.47% from 255) = 3.32%

 BLUE value IS 254 (99.61% from 255) = 64.96%

R = 31.71%
G = 3.32%
B = 64.96%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7C0DFE (or 0x7C0DFE) is known color: Electric Indigo. HEX triplet: 7C, 0D and FE. RGB value is (124,13,254). Sum of RGB (Red+Green+Blue) = 124+13+254=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C0DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0DFE is #83F201. Grayscale: #484848. Windows color (decimal): -8647170 or 16649596. OLE color: 16649596.

HSL color Cylindrical-coordinate representation of color #7C0DFE: hue angle of 267.63º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0DFE is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 124 13 254 -
CMYK 0.51 0.95 0 0.00
HSL 267.63º 0.99% 0.52% -
HSV(B) 267.63º 0.95% 1% -
XYZ 26.35 11.73 94.64 -
YUV 73.66 229.77 163.9 -
System Red Green Blue C M Y K H S L
Decimal 124 13 254 0.51 0.95 0 0.00 267.63 0.99 0.52
Hex 7C D FE 33 5F 0 0 10C 63 34
Octal 174 15 376 63 137 0 0 414 143 64
Binary 1111100 1101 11111110 110011 1011111 0 0 100001100 1100011 110100

Color Harmonies of #7C0DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0DFE

Black with #7C0DFE

Text Example


Text Example

White with #7C0DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C0DFE; }

 p { color: rgb(124,13,254); }

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

background-color css

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

 a { background-color: rgb(124,13,254); }

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

border-color css

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

 span { border-color: rgb(124,13,254); }

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