Html Css Color HEX #C50DEC Electric Purple

📋 copy color: '#C50DEC'

red 197 ◦ green 13 ◦ blue 236

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

Shades of Electric Purple #C50DEC

Tints of Electric Purple #C50DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.91%

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

R = 44.17%
G = 2.91%
B = 52.91%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C50DEC (or 0xC50DEC) is known color: Electric Purple. HEX triplet: C5, 0D and EC. RGB value is (197,13,236). Sum of RGB (Red+Green+Blue) = 197+13+236=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #C50DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DEC is #3AF213. Grayscale: #5C5C5C. Windows color (decimal): -3863060 or 15470021. OLE color: 15470021.

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

Color convert

RGB 197 13 236 -
CMYK 0.17 0.94 0 0.07
HSL 289.51º 0.9% 0.49% -
HSV(B) 289.51º 0.94% 0.93% -
XYZ 38.31 18.21 80.85 -
YUV 93.44 208.46 201.87 -
System Red Green Blue C M Y K H S L
Decimal 197 13 236 0.17 0.94 0 0.07 289.51 0.9 0.49
Hex C5 D EC 11 5E 0 7 122 5A 31
Octal 305 15 354 21 136 0 7 442 132 61
Binary 11000101 1101 11101100 10001 1011110 0 111 100100010 1011010 110001

Color Harmonies of #C50DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DEC

Black with #C50DEC

Text Example


Text Example

White with #C50DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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