Html Css Color HEX #C510EA Electric Purple

📋 copy color: '#C510EA'

red 197 ◦ green 16 ◦ blue 234

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

Shades of Electric Purple #C510EA

Tints of Electric Purple #C510EA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.58%

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

R = 44.07%
G = 3.58%
B = 52.35%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C510EA (or 0xC510EA) is known color: Electric Purple. HEX triplet: C5, 10 and EA. RGB value is (197,16,234). Sum of RGB (Red+Green+Blue) = 197+16+234=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #C510EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C510EA is #3AEF15. Grayscale: #5E5E5E. Windows color (decimal): -3862294 or 15339717. OLE color: 15339717.

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

Color convert

RGB 197 16 234 -
CMYK 0.16 0.93 0 0.08
HSL 289.82º 0.87% 0.49% -
HSV(B) 289.82º 0.93% 0.92% -
XYZ 38.06 18.18 79.35 -
YUV 94.97 206.47 200.77 -
System Red Green Blue C M Y K H S L
Decimal 197 16 234 0.16 0.93 0 0.08 289.82 0.87 0.49
Hex C5 10 EA 10 5D 0 8 122 57 31
Octal 305 20 352 20 135 0 10 442 127 61
Binary 11000101 10000 11101010 10000 1011101 0 1000 100100010 1010111 110001

Color Harmonies of #C510EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510EA

Black with #C510EA

Text Example


Text Example

White with #C510EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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