Html Css Color HEX #C219EF Electric Purple

📋 copy color: '#C219EF'

red 194 ◦ green 25 ◦ blue 239

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

Shades of Electric Purple #C219EF

Tints of Electric Purple #C219EF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.46%

 BLUE value IS 239 (93.75% from 255) = 52.18%

R = 42.36%
G = 5.46%
B = 52.18%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C219EF (or 0xC219EF) is known color: Electric Purple. HEX triplet: C2, 19 and EF. RGB value is (194,25,239). Sum of RGB (Red+Green+Blue) = 194+25+239=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #C219EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C219EF is #3DE610. Grayscale: #636363. Windows color (decimal): -4056593 or 15669698. OLE color: 15669698.

HSL color Cylindrical-coordinate representation of color #C219EF: hue angle of 287.38º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C219EF is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 25 239 -
CMYK 0.19 0.90 0 0.06
HSL 287.38º 0.87% 0.52% -
HSV(B) 287.38º 0.9% 0.94% -
XYZ 38.18 18.4 83.2 -
YUV 99.93 206.49 195.1 -
System Red Green Blue C M Y K H S L
Decimal 194 25 239 0.19 0.90 0 0.06 287.38 0.87 0.52
Hex C2 19 EF 13 5A 0 6 11F 57 34
Octal 302 31 357 23 132 0 6 437 127 64
Binary 11000010 11001 11101111 10011 1011010 0 110 100011111 1010111 110100

Color Harmonies of #C219EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219EF

Black with #C219EF

Text Example


Text Example

White with #C219EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219EF; }

 p { color: rgb(194,25,239); }

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

background-color css

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

 a { background-color: rgb(194,25,239); }

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

border-color css

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

 span { border-color: rgb(194,25,239); }

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