Html Css Color HEX #C406FA Electric Purple

📋 copy color: '#C406FA'

red 196 ◦ green 6 ◦ blue 250

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

Shades of Electric Purple #C406FA

Tints of Electric Purple #C406FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.33%

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

R = 43.36%
G = 1.33%
B = 55.31%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C406FA (or 0xC406FA) is known color: Electric Purple. HEX triplet: C4, 06 and FA. RGB value is (196,6,250). Sum of RGB (Red+Green+Blue) = 196+6+250=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #C406FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C406FA is #3BF905. Grayscale: #595959. Windows color (decimal): -3930374 or 16385732. OLE color: 16385732.

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

Color convert

RGB 196 6 250 -
CMYK 0.22 0.98 0 0.02
HSL 286.72º 0.96% 0.5% -
HSV(B) 286.72º 0.98% 0.98% -
XYZ 40.09 18.77 91.95 -
YUV 90.63 217.95 203.16 -
System Red Green Blue C M Y K H S L
Decimal 196 6 250 0.22 0.98 0 0.02 286.72 0.96 0.5
Hex C4 6 FA 16 62 0 2 11F 60 32
Octal 304 6 372 26 142 0 2 437 140 62
Binary 11000100 110 11111010 10110 1100010 0 10 100011111 1100000 110010

Color Harmonies of #C406FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406FA

Black with #C406FA

Text Example


Text Example

White with #C406FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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