Html Css Color HEX #C50EEA Electric Purple

📋 copy color: '#C50EEA'

red 197 ◦ green 14 ◦ blue 234

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

Shades of Electric Purple #C50EEA

Tints of Electric Purple #C50EEA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.15%

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

R = 44.27%
G = 3.15%
B = 52.58%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C50EEA (or 0xC50EEA) is known color: Electric Purple. HEX triplet: C5, 0E and EA. RGB value is (197,14,234). Sum of RGB (Red+Green+Blue) = 197+14+234=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #C50EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EEA is #3AF115. Grayscale: #5D5D5D. Windows color (decimal): -3862806 or 15339205. OLE color: 15339205.

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

Color convert

RGB 197 14 234 -
CMYK 0.16 0.94 0 0.08
HSL 289.91º 0.89% 0.49% -
HSV(B) 289.91º 0.94% 0.92% -
XYZ 38.03 18.12 79.34 -
YUV 93.8 207.13 201.61 -
System Red Green Blue C M Y K H S L
Decimal 197 14 234 0.16 0.94 0 0.08 289.91 0.89 0.49
Hex C5 E EA 10 5E 0 8 122 59 31
Octal 305 16 352 20 136 0 10 442 131 61
Binary 11000101 1110 11101010 10000 1011110 0 1000 100100010 1011001 110001

Color Harmonies of #C50EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50EEA

Black with #C50EEA

Text Example


Text Example

White with #C50EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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