Html Css Color HEX #C213FE Electric Purple

📋 copy color: '#C213FE'

red 194 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #C213FE

Tints of Electric Purple #C213FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.07%

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

R = 41.54%
G = 4.07%
B = 54.39%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C213FE (or 0xC213FE) is known color: Electric Purple. HEX triplet: C2, 13 and FE. RGB value is (194,19,254). Sum of RGB (Red+Green+Blue) = 194+19+254=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #C213FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213FE is #3DEC01. Grayscale: #616161. Windows color (decimal): -4058114 or 16651202. OLE color: 16651202.

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

Color convert

RGB 194 19 254 -
CMYK 0.24 0.93 0 0.00
HSL 284.68º 0.99% 0.54% -
HSV(B) 284.68º 0.93% 1% -
XYZ 40.37 19.09 95.32 -
YUV 98.12 215.98 196.39 -
System Red Green Blue C M Y K H S L
Decimal 194 19 254 0.24 0.93 0 0.00 284.68 0.99 0.54
Hex C2 13 FE 18 5D 0 0 11D 63 36
Octal 302 23 376 30 135 0 0 435 143 66
Binary 11000010 10011 11111110 11000 1011101 0 0 100011101 1100011 110110

Color Harmonies of #C213FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213FE

Black with #C213FE

Text Example


Text Example

White with #C213FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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