Html Css Color HEX #C219FA Electric Purple

📋 copy color: '#C219FA'

red 194 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #C219FA

Tints of Electric Purple #C219FA

RGB

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

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

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

R = 41.36%
G = 5.33%
B = 53.3%

CMYK

 C value IS 0.22

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C219FA (or 0xC219FA) is known color: Electric Purple. HEX triplet: C2, 19 and FA. RGB value is (194,25,250). Sum of RGB (Red+Green+Blue) = 194+25+250=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #C219FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C219FA is #3DE605. Grayscale: #646464. Windows color (decimal): -4056582 or 16390594. OLE color: 16390594.

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

Color convert

RGB 194 25 250 -
CMYK 0.22 0.9 0 0.02
HSL 285.07º 0.96% 0.54% -
HSV(B) 285.07º 0.9% 0.98% -
XYZ 39.85 19.07 92.02 -
YUV 101.18 211.99 194.2 -
System Red Green Blue C M Y K H S L
Decimal 194 25 250 0.22 0.9 0 0.02 285.07 0.96 0.54
Hex C2 19 FA 16 5A 0 2 11D 60 36
Octal 302 31 372 26 132 0 2 435 140 66
Binary 11000010 11001 11111010 10110 1011010 0 10 100011101 1100000 110110

Color Harmonies of #C219FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219FA

Black with #C219FA

Text Example


Text Example

White with #C219FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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