Html Css Color HEX #C01EF6 Electric Purple

📋 copy color: '#C01EF6'

red 192 ◦ green 30 ◦ blue 246

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

Shades of Electric Purple #C01EF6

Tints of Electric Purple #C01EF6

RGB

 RED value IS 192 (75.39% from 255) = 41.03%

 GREEN value IS 30 (12.11% from 255) = 6.41%

 BLUE value IS 246 (96.48% from 255) = 52.56%

R = 41.03%
G = 6.41%
B = 52.56%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C01EF6 (or 0xC01EF6) is known color: Electric Purple. HEX triplet: C0, 1E and F6. RGB value is (192,30,246). Sum of RGB (Red+Green+Blue) = 192+30+246=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #C01EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EF6 is #3FE109. Grayscale: #666666. Windows color (decimal): -4186378 or 16129728. OLE color: 16129728.

HSL color Cylindrical-coordinate representation of color #C01EF6: hue angle of 285º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01EF6 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 30 246 -
CMYK 0.22 0.88 0 0.04
HSL 285º 0.92% 0.54% -
HSV(B) 285º 0.88% 0.96% -
XYZ 38.84 18.79 88.77 -
YUV 103.06 208.67 191.44 -
System Red Green Blue C M Y K H S L
Decimal 192 30 246 0.22 0.88 0 0.04 285 0.92 0.54
Hex C0 1E F6 16 58 0 4 11D 5C 36
Octal 300 36 366 26 130 0 4 435 134 66
Binary 11000000 11110 11110110 10110 1011000 0 100 100011101 1011100 110110

Color Harmonies of #C01EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EF6

Black with #C01EF6

Text Example


Text Example

White with #C01EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EF6; }

 p { color: rgb(192,30,246); }

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

background-color css

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

 a { background-color: rgb(192,30,246); }

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

border-color css

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

 span { border-color: rgb(192,30,246); }

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