Html Css Color HEX #C50AED Electric Purple

📋 copy color: '#C50AED'

red 197 ◦ green 10 ◦ blue 237

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

Shades of Electric Purple #C50AED

Tints of Electric Purple #C50AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.25%

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 44.37%
G = 2.25%
B = 53.38%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C50AED (or 0xC50AED) is known color: Electric Purple. HEX triplet: C5, 0A and ED. RGB value is (197,10,237). Sum of RGB (Red+Green+Blue) = 197+10+237=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #C50AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50AED is #3AF512. Grayscale: #5B5B5B. Windows color (decimal): -3863827 or 15534789. OLE color: 15534789.

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

Color convert

RGB 197 10 237 -
CMYK 0.17 0.96 0 0.07
HSL 289.43º 0.92% 0.48% -
HSV(B) 289.43º 0.96% 0.93% -
XYZ 38.42 18.2 81.61 -
YUV 91.79 209.95 203.04 -
System Red Green Blue C M Y K H S L
Decimal 197 10 237 0.17 0.96 0 0.07 289.43 0.92 0.48
Hex C5 A ED 11 60 0 7 121 5C 30
Octal 305 12 355 21 140 0 7 441 134 60
Binary 11000101 1010 11101101 10001 1100000 0 111 100100001 1011100 110000

Color Harmonies of #C50AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50AED

Black with #C50AED

Text Example


Text Example

White with #C50AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50AED; }

 p { color: rgb(197,10,237); }

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

background-color css

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

 a { background-color: rgb(197,10,237); }

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

border-color css

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

 span { border-color: rgb(197,10,237); }

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