Html Css Color HEX #C406FB Electric Purple

📋 copy color: '#C406FB'

red 196 ◦ green 6 ◦ blue 251

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

Shades of Electric Purple #C406FB

Tints of Electric Purple #C406FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 43.27%
G = 1.32%
B = 55.41%

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

#C406FB (or 0xC406FB) is known color: Electric Purple. HEX triplet: C4, 06 and FB. RGB value is (196,6,251). Sum of RGB (Red+Green+Blue) = 196+6+251=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #C406FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C406FB is #3BF904. Grayscale: #595959. Windows color (decimal): -3930373 or 16451268. OLE color: 16451268.

HSL color Cylindrical-coordinate representation of color #C406FB: hue angle of 286.53º degrees, saturation: 0.97, 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 #C406FB is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 6 251 -
CMYK 0.22 0.98 0 0.02
HSL 286.53º 0.97% 0.5% -
HSV(B) 286.53º 0.98% 0.98% -
XYZ 40.24 18.83 92.78 -
YUV 90.74 218.45 203.08 -
System Red Green Blue C M Y K H S L
Decimal 196 6 251 0.22 0.98 0 0.02 286.53 0.97 0.5
Hex C4 6 FB 16 62 0 2 11F 61 32
Octal 304 6 373 26 142 0 2 437 141 62
Binary 11000100 110 11111011 10110 1100010 0 10 100011111 1100001 110010

Color Harmonies of #C406FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406FB

Black with #C406FB

Text Example


Text Example

White with #C406FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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