Html Css Color HEX #C402ED Electric Purple

📋 copy color: '#C402ED'

red 196 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #C402ED

Tints of Electric Purple #C402ED

RGB

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

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

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

R = 45.06%
G = 0.46%
B = 54.48%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C402ED (or 0xC402ED) is known color: Electric Purple. HEX triplet: C4, 02 and ED. RGB value is (196,2,237). Sum of RGB (Red+Green+Blue) = 196+2+237=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #C402ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C402ED is #3BFD12. Grayscale: #565656. Windows color (decimal): -3931411 or 15532740. OLE color: 15532740.

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

Color convert

RGB 196 2 237 -
CMYK 0.17 0.99 0 0.07
HSL 289.53º 0.98% 0.47% -
HSV(B) 289.53º 0.99% 0.93% -
XYZ 38.07 17.89 81.57 -
YUV 86.8 212.77 205.89 -
System Red Green Blue C M Y K H S L
Decimal 196 2 237 0.17 0.99 0 0.07 289.53 0.98 0.47
Hex C4 2 ED 11 63 0 7 122 62 2F
Octal 304 2 355 21 143 0 7 442 142 57
Binary 11000100 10 11101101 10001 1100011 0 111 100100010 1100010 101111

Color Harmonies of #C402ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402ED

Black with #C402ED

Text Example


Text Example

White with #C402ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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