Html Css Color HEX #C515EA Electric Purple

📋 copy color: '#C515EA'

red 197 ◦ green 21 ◦ blue 234

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

Shades of Electric Purple #C515EA

Tints of Electric Purple #C515EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.65%

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

R = 43.58%
G = 4.65%
B = 51.77%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C515EA (or 0xC515EA) is known color: Electric Purple. HEX triplet: C5, 15 and EA. RGB value is (197,21,234). Sum of RGB (Red+Green+Blue) = 197+21+234=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #C515EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515EA is #3AEA15. Grayscale: #616161. Windows color (decimal): -3861014 or 15340997. OLE color: 15340997.

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

Color convert

RGB 197 21 234 -
CMYK 0.16 0.91 0 0.08
HSL 289.58º 0.84% 0.5% -
HSV(B) 289.58º 0.91% 0.92% -
XYZ 38.15 18.35 79.37 -
YUV 97.91 204.81 198.68 -
System Red Green Blue C M Y K H S L
Decimal 197 21 234 0.16 0.91 0 0.08 289.58 0.84 0.5
Hex C5 15 EA 10 5B 0 8 122 54 32
Octal 305 25 352 20 133 0 10 442 124 62
Binary 11000101 10101 11101010 10000 1011011 0 1000 100100010 1010100 110010

Color Harmonies of #C515EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515EA

Black with #C515EA

Text Example


Text Example

White with #C515EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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