Html Css Color HEX #C219FC Electric Purple

📋 copy color: '#C219FC'

red 194 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #C219FC

Tints of Electric Purple #C219FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 41.19%
G = 5.31%
B = 53.5%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C219FC (or 0xC219FC) is known color: Electric Purple. HEX triplet: C2, 19 and FC. RGB value is (194,25,252). Sum of RGB (Red+Green+Blue) = 194+25+252=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #C219FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C219FC is #3DE603. Grayscale: #646464. Windows color (decimal): -4056580 or 16521666. OLE color: 16521666.

HSL color Cylindrical-coordinate representation of color #C219FC: hue angle of 284.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C219FC is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 25 252 -
CMYK 0.23 0.90 0 0.01
HSL 284.67º 0.97% 0.54% -
HSV(B) 284.67º 0.9% 0.99% -
XYZ 40.17 19.19 93.68 -
YUV 101.41 212.99 194.04 -
System Red Green Blue C M Y K H S L
Decimal 194 25 252 0.23 0.90 0 0.01 284.67 0.97 0.54
Hex C2 19 FC 17 5A 0 1 11D 61 36
Octal 302 31 374 27 132 0 1 435 141 66
Binary 11000010 11001 11111100 10111 1011010 0 1 100011101 1100001 110110

Color Harmonies of #C219FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219FC

Black with #C219FC

Text Example


Text Example

White with #C219FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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