Html Css Color HEX #C406ED Electric Purple

📋 copy color: '#C406ED'

red 196 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #C406ED

Tints of Electric Purple #C406ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.99%

R = 44.65%
G = 1.37%
B = 53.99%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C406ED (or 0xC406ED) is known color: Electric Purple. HEX triplet: C4, 06 and ED. RGB value is (196,6,237). Sum of RGB (Red+Green+Blue) = 196+6+237=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #C406ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C406ED is #3BF912. Grayscale: #585858. Windows color (decimal): -3930387 or 15533764. OLE color: 15533764.

HSL color Cylindrical-coordinate representation of color #C406ED: hue angle of 289.35º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C406ED is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 6 237 -
CMYK 0.17 0.97 0 0.07
HSL 289.35º 0.95% 0.48% -
HSV(B) 289.35º 0.97% 0.93% -
XYZ 38.12 17.98 81.58 -
YUV 89.14 211.45 204.22 -
System Red Green Blue C M Y K H S L
Decimal 196 6 237 0.17 0.97 0 0.07 289.35 0.95 0.48
Hex C4 6 ED 11 61 0 7 121 5F 30
Octal 304 6 355 21 141 0 7 441 137 60
Binary 11000100 110 11101101 10001 1100001 0 111 100100001 1011111 110000

Color Harmonies of #C406ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406ED

Black with #C406ED

Text Example


Text Example

White with #C406ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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