Html Css Color HEX #C21EFE Electric Purple

📋 copy color: '#C21EFE'

red 194 ◦ green 30 ◦ blue 254

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

Shades of Electric Purple #C21EFE

Tints of Electric Purple #C21EFE

RGB

 RED value IS 194 (76.17% from 255) = 40.59%

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

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

R = 40.59%
G = 6.28%
B = 53.14%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C21EFE (or 0xC21EFE) is known color: Electric Purple. HEX triplet: C2, 1E and FE. RGB value is (194,30,254). Sum of RGB (Red+Green+Blue) = 194+30+254=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #C21EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EFE is #3DE101. Grayscale: #676767. Windows color (decimal): -4055298 or 16654018. OLE color: 16654018.

HSL color Cylindrical-coordinate representation of color #C21EFE: hue angle of 283.93º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21EFE is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 30 254 -
CMYK 0.24 0.88 0 0.00
HSL 283.93º 0.99% 0.56% -
HSV(B) 283.93º 0.88% 1% -
XYZ 40.6 19.55 95.4 -
YUV 104.57 212.33 191.79 -
System Red Green Blue C M Y K H S L
Decimal 194 30 254 0.24 0.88 0 0.00 283.93 0.99 0.56
Hex C2 1E FE 18 58 0 0 11C 63 38
Octal 302 36 376 30 130 0 0 434 143 70
Binary 11000010 11110 11111110 11000 1011000 0 0 100011100 1100011 111000

Color Harmonies of #C21EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EFE

Black with #C21EFE

Text Example


Text Example

White with #C21EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EFE; }

 p { color: rgb(194,30,254); }

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

background-color css

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

 a { background-color: rgb(194,30,254); }

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

border-color css

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

 span { border-color: rgb(194,30,254); }

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