Html Css Color HEX #C402FD Electric Purple

📋 copy color: '#C402FD'

red 196 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #C402FD

Tints of Electric Purple #C402FD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 43.46%
G = 0.44%
B = 56.1%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C402FD (or 0xC402FD) is known color: Electric Purple. HEX triplet: C4, 02 and FD. RGB value is (196,2,253). Sum of RGB (Red+Green+Blue) = 196+2+253=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #C402FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C402FD is #3BFD02. Grayscale: #575757. Windows color (decimal): -3931395 or 16581316. OLE color: 16581316.

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

Color convert

RGB 196 2 253 -
CMYK 0.23 0.99 0 0.01
HSL 286.37º 0.98% 0.5% -
HSV(B) 286.37º 0.99% 0.99% -
XYZ 40.52 18.87 94.44 -
YUV 88.62 220.77 204.59 -
System Red Green Blue C M Y K H S L
Decimal 196 2 253 0.23 0.99 0 0.01 286.37 0.98 0.5
Hex C4 2 FD 17 63 0 1 11E 62 32
Octal 304 2 375 27 143 0 1 436 142 62
Binary 11000100 10 11111101 10111 1100011 0 1 100011110 1100010 110010

Color Harmonies of #C402FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402FD

Black with #C402FD

Text Example


Text Example

White with #C402FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402FD; }

 p { color: rgb(196,2,253); }

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

background-color css

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

 a { background-color: rgb(196,2,253); }

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

border-color css

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

 span { border-color: rgb(196,2,253); }

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