Html Css Color HEX #C423FC Electric Purple

📋 copy color: '#C423FC'

red 196 ◦ green 35 ◦ blue 252

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

Shades of Electric Purple #C423FC

Tints of Electric Purple #C423FC

RGB

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

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

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

R = 40.58%
G = 7.25%
B = 52.17%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C423FC (or 0xC423FC) is known color: Electric Purple. HEX triplet: C4, 23 and FC. RGB value is (196,35,252). Sum of RGB (Red+Green+Blue) = 196+35+252=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #C423FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C423FC is #3BDC03. Grayscale: #6B6B6B. Windows color (decimal): -3922948 or 16524228. OLE color: 16524228.

HSL color Cylindrical-coordinate representation of color #C423FC: hue angle of 284.52º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C423FC is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 35 252 -
CMYK 0.22 0.86 0 0.01
HSL 284.52º 0.97% 0.56% -
HSV(B) 284.52º 0.86% 0.99% -
XYZ 40.94 19.97 93.79 -
YUV 107.88 209.34 190.86 -
System Red Green Blue C M Y K H S L
Decimal 196 35 252 0.22 0.86 0 0.01 284.52 0.97 0.56
Hex C4 23 FC 16 56 0 1 11D 61 38
Octal 304 43 374 26 126 0 1 435 141 70
Binary 11000100 100011 11111100 10110 1010110 0 1 100011101 1100001 111000

Color Harmonies of #C423FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423FC

Black with #C423FC

Text Example


Text Example

White with #C423FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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