Html Css Color HEX #C502EA Electric Purple

📋 copy color: '#C502EA'

red 197 ◦ green 2 ◦ blue 234

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

Shades of Electric Purple #C502EA

Tints of Electric Purple #C502EA

RGB

 RED value IS 197 (77.34% from 255) = 45.5%

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

 BLUE value IS 234 (91.8% from 255) = 54.04%

R = 45.5%
G = 0.46%
B = 54.04%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C502EA (or 0xC502EA) is known color: Electric Purple. HEX triplet: C5, 02 and EA. RGB value is (197,2,234). Sum of RGB (Red+Green+Blue) = 197+2+234=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #C502EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C502EA is #3AFD15. Grayscale: #565656. Windows color (decimal): -3865878 or 15336133. OLE color: 15336133.

HSL color Cylindrical-coordinate representation of color #C502EA: hue angle of 290.43º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502EA is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 2 234 -
CMYK 0.16 0.99 0 0.08
HSL 290.43º 0.98% 0.46% -
HSV(B) 290.43º 0.99% 0.92% -
XYZ 37.9 17.85 79.29 -
YUV 86.75 211.1 206.64 -
System Red Green Blue C M Y K H S L
Decimal 197 2 234 0.16 0.99 0 0.08 290.43 0.98 0.46
Hex C5 2 EA 10 63 0 8 122 62 2E
Octal 305 2 352 20 143 0 10 442 142 56
Binary 11000101 10 11101010 10000 1100011 0 1000 100100010 1100010 101110

Color Harmonies of #C502EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502EA

Black with #C502EA

Text Example


Text Example

White with #C502EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502EA; }

 p { color: rgb(197,2,234); }

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

background-color css

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

 a { background-color: rgb(197,2,234); }

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

border-color css

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

 span { border-color: rgb(197,2,234); }

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