Html Css Color HEX #C507EA Electric Purple

📋 copy color: '#C507EA'

red 197 ◦ green 7 ◦ blue 234

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

Shades of Electric Purple #C507EA

Tints of Electric Purple #C507EA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.6%

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

R = 44.98%
G = 1.6%
B = 53.42%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C507EA (or 0xC507EA) is known color: Electric Purple. HEX triplet: C5, 07 and EA. RGB value is (197,7,234). Sum of RGB (Red+Green+Blue) = 197+7+234=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #C507EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507EA is #3AF815. Grayscale: #585858. Windows color (decimal): -3864598 or 15337413. OLE color: 15337413.

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

Color convert

RGB 197 7 234 -
CMYK 0.16 0.97 0 0.08
HSL 290.22º 0.94% 0.47% -
HSV(B) 290.22º 0.97% 0.92% -
XYZ 37.95 17.96 79.31 -
YUV 89.69 209.45 204.54 -
System Red Green Blue C M Y K H S L
Decimal 197 7 234 0.16 0.97 0 0.08 290.22 0.94 0.47
Hex C5 7 EA 10 61 0 8 122 5E 2F
Octal 305 7 352 20 141 0 10 442 136 57
Binary 11000101 111 11101010 10000 1100001 0 1000 100100010 1011110 101111

Color Harmonies of #C507EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507EA

Black with #C507EA

Text Example


Text Example

White with #C507EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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