Html Css Color HEX #C417FD Electric Purple

📋 copy color: '#C417FD'

red 196 ◦ green 23 ◦ blue 253

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

Shades of Electric Purple #C417FD

Tints of Electric Purple #C417FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 41.53%
G = 4.87%
B = 53.6%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C417FD (or 0xC417FD) is known color: Electric Purple. HEX triplet: C4, 17 and FD. RGB value is (196,23,253). Sum of RGB (Red+Green+Blue) = 196+23+253=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #C417FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C417FD is #3BE802. Grayscale: #646464. Windows color (decimal): -3926019 or 16586692. OLE color: 16586692.

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

Color convert

RGB 196 23 253 -
CMYK 0.23 0.91 0 0.01
HSL 285.13º 0.98% 0.54% -
HSV(B) 285.13º 0.91% 0.99% -
XYZ 40.8 19.44 94.53 -
YUV 100.95 213.81 195.8 -
System Red Green Blue C M Y K H S L
Decimal 196 23 253 0.23 0.91 0 0.01 285.13 0.98 0.54
Hex C4 17 FD 17 5B 0 1 11D 62 36
Octal 304 27 375 27 133 0 1 435 142 66
Binary 11000100 10111 11111101 10111 1011011 0 1 100011101 1100010 110110

Color Harmonies of #C417FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C417FD

Black with #C417FD

Text Example


Text Example

White with #C417FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C417FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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