Html Css Color HEX #C408FC Electric Purple

📋 copy color: '#C408FC'

red 196 ◦ green 8 ◦ blue 252

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

Shades of Electric Purple #C408FC

Tints of Electric Purple #C408FC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.75%

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

R = 42.98%
G = 1.75%
B = 55.26%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C408FC (or 0xC408FC) is known color: Electric Purple. HEX triplet: C4, 08 and FC. RGB value is (196,8,252). Sum of RGB (Red+Green+Blue) = 196+8+252=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #C408FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C408FC is #3BF703. Grayscale: #5B5B5B. Windows color (decimal): -3929860 or 16517316. OLE color: 16517316.

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

Color convert

RGB 196 8 252 -
CMYK 0.22 0.97 0 0.01
HSL 286.23º 0.98% 0.51% -
HSV(B) 286.23º 0.97% 0.99% -
XYZ 40.42 18.94 93.62 -
YUV 92.03 218.28 202.16 -
System Red Green Blue C M Y K H S L
Decimal 196 8 252 0.22 0.97 0 0.01 286.23 0.98 0.51
Hex C4 8 FC 16 61 0 1 11E 62 33
Octal 304 10 374 26 141 0 1 436 142 63
Binary 11000100 1000 11111100 10110 1100001 0 1 100011110 1100010 110011

Color Harmonies of #C408FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C408FC

Black with #C408FC

Text Example


Text Example

White with #C408FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C408FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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