Html Css Color HEX #C514EC Electric Purple

📋 copy color: '#C514EC'

red 197 ◦ green 20 ◦ blue 236

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

Shades of Electric Purple #C514EC

Tints of Electric Purple #C514EC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.42%

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 43.49%
G = 4.42%
B = 52.1%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C514EC (or 0xC514EC) is known color: Electric Purple. HEX triplet: C5, 14 and EC. RGB value is (197,20,236). Sum of RGB (Red+Green+Blue) = 197+20+236=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #C514EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C514EC is #3AEB13. Grayscale: #606060. Windows color (decimal): -3861268 or 15471813. OLE color: 15471813.

HSL color Cylindrical-coordinate representation of color #C514EC: hue angle of 289.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C514EC is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 20 236 -
CMYK 0.17 0.92 0 0.07
HSL 289.17º 0.85% 0.5% -
HSV(B) 289.17º 0.92% 0.93% -
XYZ 38.42 18.43 80.89 -
YUV 97.55 206.14 198.94 -
System Red Green Blue C M Y K H S L
Decimal 197 20 236 0.17 0.92 0 0.07 289.17 0.85 0.5
Hex C5 14 EC 11 5C 0 7 121 55 32
Octal 305 24 354 21 134 0 7 441 125 62
Binary 11000101 10100 11101100 10001 1011100 0 111 100100001 1010101 110010

Color Harmonies of #C514EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514EC

Black with #C514EC

Text Example


Text Example

White with #C514EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514EC; }

 p { color: rgb(197,20,236); }

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

background-color css

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

 a { background-color: rgb(197,20,236); }

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

border-color css

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

 span { border-color: rgb(197,20,236); }

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