Html Css Color HEX #C01EFA Electric Purple

📋 copy color: '#C01EFA'

red 192 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #C01EFA

Tints of Electric Purple #C01EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.97%

R = 40.68%
G = 6.36%
B = 52.97%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C01EFA (or 0xC01EFA) is known color: Electric Purple. HEX triplet: C0, 1E and FA. RGB value is (192,30,250). Sum of RGB (Red+Green+Blue) = 192+30+250=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #C01EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EFA is #3FE105. Grayscale: #666666. Windows color (decimal): -4186374 or 16391872. OLE color: 16391872.

HSL color Cylindrical-coordinate representation of color #C01EFA: hue angle of 284.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01EFA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 30 250 -
CMYK 0.23 0.88 0 0.02
HSL 284.18º 0.96% 0.55% -
HSV(B) 284.18º 0.88% 0.98% -
XYZ 39.46 19.04 92.04 -
YUV 103.52 210.67 191.11 -
System Red Green Blue C M Y K H S L
Decimal 192 30 250 0.23 0.88 0 0.02 284.18 0.96 0.55
Hex C0 1E FA 17 58 0 2 11C 60 37
Octal 300 36 372 27 130 0 2 434 140 67
Binary 11000000 11110 11111010 10111 1011000 0 10 100011100 1100000 110111

Color Harmonies of #C01EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EFA

Black with #C01EFA

Text Example


Text Example

White with #C01EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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