Html Css Color HEX #C402FF Electric Purple

📋 copy color: '#C402FF'

red 196 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #C402FF

Tints of Electric Purple #C402FF

RGB

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

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

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

R = 43.27%
G = 0.44%
B = 56.29%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C402FF (or 0xC402FF) is known color: Electric Purple. HEX triplet: C4, 02 and FF. RGB value is (196,2,255). Sum of RGB (Red+Green+Blue) = 196+2+255=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #C402FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C402FF is #3BFD00. Grayscale: #585858. Windows color (decimal): -3931393 or 16712388. OLE color: 16712388.

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

Color convert

RGB 196 2 255 -
CMYK 0.23 0.99 0 0
HSL 286.01º 1% 0.5% -
HSV(B) 286.01º 0.99% 1% -
XYZ 40.84 19 96.12 -
YUV 88.85 221.77 204.43 -
System Red Green Blue C M Y K H S L
Decimal 196 2 255 0.23 0.99 0 0 286.01 1 0.5
Hex C4 2 FF 17 63 0 0 11E 64 32
Octal 304 2 377 27 143 0 0 436 144 62
Binary 11000100 10 11111111 10111 1100011 0 0 100011110 1100100 110010

Color Harmonies of #C402FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402FF

Black with #C402FF

Text Example


Text Example

White with #C402FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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