Html Css Color HEX #C423FE Electric Purple

📋 copy color: '#C423FE'

red 196 ◦ green 35 ◦ blue 254

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

Shades of Electric Purple #C423FE

Tints of Electric Purple #C423FE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.22%

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 40.41%
G = 7.22%
B = 52.37%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C423FE (or 0xC423FE) is known color: Electric Purple. HEX triplet: C4, 23 and FE. RGB value is (196,35,254). Sum of RGB (Red+Green+Blue) = 196+35+254=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 35 (14.06% from 255 or 7.22% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #C423FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C423FE is #3BDC01. Grayscale: #6B6B6B. Windows color (decimal): -3922946 or 16655300. OLE color: 16655300.

HSL color Cylindrical-coordinate representation of color #C423FE: hue angle of 284.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C423FE is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 35 254 -
CMYK 0.23 0.86 0 0.00
HSL 284.11º 0.99% 0.57% -
HSV(B) 284.11º 0.86% 1% -
XYZ 41.26 20.09 95.47 -
YUV 108.11 210.34 190.69 -
System Red Green Blue C M Y K H S L
Decimal 196 35 254 0.23 0.86 0 0.00 284.11 0.99 0.57
Hex C4 23 FE 17 56 0 0 11C 63 39
Octal 304 43 376 27 126 0 0 434 143 71
Binary 11000100 100011 11111110 10111 1010110 0 0 100011100 1100011 111001

Color Harmonies of #C423FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423FE

Black with #C423FE

Text Example


Text Example

White with #C423FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423FE; }

 p { color: rgb(196,35,254); }

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

background-color css

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

 a { background-color: rgb(196,35,254); }

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

border-color css

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

 span { border-color: rgb(196,35,254); }

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