Html Css Color HEX #C406FF Electric Purple

📋 copy color: '#C406FF'

red 196 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #C406FF

Tints of Electric Purple #C406FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.8%

R = 42.89%
G = 1.31%
B = 55.8%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C406FF (or 0xC406FF) is known color: Electric Purple. HEX triplet: C4, 06 and FF. RGB value is (196,6,255). Sum of RGB (Red+Green+Blue) = 196+6+255=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 6 (2.73% from 255 or 1.31% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #C406FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C406FF is #3BF900. Grayscale: #5A5A5A. Windows color (decimal): -3930369 or 16713412. OLE color: 16713412.

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

Color convert

RGB 196 6 255 -
CMYK 0.23 0.98 0 0
HSL 285.78º 1% 0.51% -
HSV(B) 285.78º 0.98% 1% -
XYZ 40.88 19.09 96.14 -
YUV 91.2 220.45 202.75 -
System Red Green Blue C M Y K H S L
Decimal 196 6 255 0.23 0.98 0 0 285.78 1 0.51
Hex C4 6 FF 17 62 0 0 11E 64 33
Octal 304 6 377 27 142 0 0 436 144 63
Binary 11000100 110 11111111 10111 1100010 0 0 100011110 1100100 110011

Color Harmonies of #C406FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406FF

Black with #C406FF

Text Example


Text Example

White with #C406FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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