Html Css Color HEX #C406EA Electric Purple

📋 copy color: '#C406EA'

red 196 ◦ green 6 ◦ blue 234

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

Shades of Electric Purple #C406EA

Tints of Electric Purple #C406EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 44.95%
G = 1.38%
B = 53.67%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C406EA (or 0xC406EA) is known color: Electric Purple. HEX triplet: C4, 06 and EA. RGB value is (196,6,234). Sum of RGB (Red+Green+Blue) = 196+6+234=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #C406EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C406EA is #3BF915. Grayscale: #585858. Windows color (decimal): -3930390 or 15337156. OLE color: 15337156.

HSL color Cylindrical-coordinate representation of color #C406EA: hue angle of 290º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C406EA is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 6 234 -
CMYK 0.16 0.97 0 0.08
HSL 290º 0.95% 0.47% -
HSV(B) 290º 0.97% 0.92% -
XYZ 37.68 17.81 79.29 -
YUV 88.8 209.95 204.46 -
System Red Green Blue C M Y K H S L
Decimal 196 6 234 0.16 0.97 0 0.08 290 0.95 0.47
Hex C4 6 EA 10 61 0 8 122 5F 2F
Octal 304 6 352 20 141 0 10 442 137 57
Binary 11000100 110 11101010 10000 1100001 0 1000 100100010 1011111 101111

Color Harmonies of #C406EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406EA

Black with #C406EA

Text Example


Text Example

White with #C406EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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