Html Css Color HEX #C214FF Electric Purple

📋 copy color: '#C214FF'

red 194 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #C214FF

Tints of Electric Purple #C214FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.26%

 BLUE value IS 255 (100% from 255) = 54.37%

R = 41.36%
G = 4.26%
B = 54.37%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C214FF (or 0xC214FF) is known color: Electric Purple. HEX triplet: C2, 14 and FF. RGB value is (194,20,255). Sum of RGB (Red+Green+Blue) = 194+20+255=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #C214FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C214FF is #3DEB00. Grayscale: #626262. Windows color (decimal): -4057857 or 16716994. OLE color: 16716994.

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

Color convert

RGB 194 20 255 -
CMYK 0.24 0.92 0 0
HSL 284.43º 1% 0.54% -
HSV(B) 284.43º 0.92% 1% -
XYZ 40.55 19.19 96.17 -
YUV 98.82 216.15 195.89 -
System Red Green Blue C M Y K H S L
Decimal 194 20 255 0.24 0.92 0 0 284.43 1 0.54
Hex C2 14 FF 18 5C 0 0 11C 64 36
Octal 302 24 377 30 134 0 0 434 144 66
Binary 11000010 10100 11111111 11000 1011100 0 0 100011100 1100100 110110

Color Harmonies of #C214FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214FF

Black with #C214FF

Text Example


Text Example

White with #C214FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214FF; }

 p { color: rgb(194,20,255); }

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

background-color css

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

 a { background-color: rgb(194,20,255); }

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

border-color css

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

 span { border-color: rgb(194,20,255); }

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