Html Css Color HEX #C417FA Electric Purple

📋 copy color: '#C417FA'

red 196 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #C417FA

Tints of Electric Purple #C417FA

RGB

 RED value IS 196 (76.95% from 255) = 41.79%

 GREEN value IS 23 (9.38% from 255) = 4.9%

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

R = 41.79%
G = 4.9%
B = 53.3%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C417FA (or 0xC417FA) is known color: Electric Purple. HEX triplet: C4, 17 and FA. RGB value is (196,23,250). Sum of RGB (Red+Green+Blue) = 196+23+250=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 23 (9.38% from 255 or 4.90% 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 #C417FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C417FA is #3BE805. Grayscale: #636363. Windows color (decimal): -3926022 or 16390084. OLE color: 16390084.

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

Color convert

RGB 196 23 250 -
CMYK 0.22 0.91 0 0.02
HSL 285.73º 0.96% 0.54% -
HSV(B) 285.73º 0.91% 0.98% -
XYZ 40.33 19.25 92.03 -
YUV 100.61 212.31 196.04 -
System Red Green Blue C M Y K H S L
Decimal 196 23 250 0.22 0.91 0 0.02 285.73 0.96 0.54
Hex C4 17 FA 16 5B 0 2 11E 60 36
Octal 304 27 372 26 133 0 2 436 140 66
Binary 11000100 10111 11111010 10110 1011011 0 10 100011110 1100000 110110

Color Harmonies of #C417FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C417FA

Black with #C417FA

Text Example


Text Example

White with #C417FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C417FA; }

 p { color: rgb(196,23,250); }

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

background-color css

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

 a { background-color: rgb(196,23,250); }

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

border-color css

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

 span { border-color: rgb(196,23,250); }

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