Html Css Color HEX #C802EC Electric Purple

📋 copy color: '#C802EC'

red 200 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #C802EC

Tints of Electric Purple #C802EC

RGB

 RED value IS 200 (78.52% from 255) = 45.66%

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

 BLUE value IS 236 (92.58% from 255) = 53.88%

R = 45.66%
G = 0.46%
B = 53.88%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C802EC (or 0xC802EC) is known color: Electric Purple. HEX triplet: C8, 02 and EC. RGB value is (200,2,236). Sum of RGB (Red+Green+Blue) = 200+2+236=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #C802EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C802EC is #37FD13. Grayscale: #575757. Windows color (decimal): -3669268 or 15467208. OLE color: 15467208.

HSL color Cylindrical-coordinate representation of color #C802EC: hue angle of 290.77º 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 #C802EC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 2 236 -
CMYK 0.15 0.99 0 0.07
HSL 290.77º 0.98% 0.47% -
HSV(B) 290.77º 0.99% 0.93% -
XYZ 38.98 18.38 80.85 -
YUV 87.88 211.6 207.97 -
System Red Green Blue C M Y K H S L
Decimal 200 2 236 0.15 0.99 0 0.07 290.77 0.98 0.47
Hex C8 2 EC F 63 0 7 123 62 2F
Octal 310 2 354 17 143 0 7 443 142 57
Binary 11001000 10 11101100 1111 1100011 0 111 100100011 1100010 101111

Color Harmonies of #C802EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802EC

Black with #C802EC

Text Example


Text Example

White with #C802EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802EC; }

 p { color: rgb(200,2,236); }

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

background-color css

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

 a { background-color: rgb(200,2,236); }

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

border-color css

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

 span { border-color: rgb(200,2,236); }

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