Html Css Color HEX #C020ED Electric Purple

📋 copy color: '#C020ED'

red 192 ◦ green 32 ◦ blue 237

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

Shades of Electric Purple #C020ED

Tints of Electric Purple #C020ED

RGB

 RED value IS 192 (75.39% from 255) = 41.65%

 GREEN value IS 32 (12.89% from 255) = 6.94%

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

R = 41.65%
G = 6.94%
B = 51.41%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C020ED (or 0xC020ED) is known color: Electric Purple. HEX triplet: C0, 20 and ED. RGB value is (192,32,237). Sum of RGB (Red+Green+Blue) = 192+32+237=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #C020ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020ED is #3FDF12. Grayscale: #666666. Windows color (decimal): -4185875 or 15540416. OLE color: 15540416.

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

Color convert

RGB 192 32 237 -
CMYK 0.19 0.86 0 0.07
HSL 286.83º 0.85% 0.53% -
HSV(B) 286.83º 0.86% 0.93% -
XYZ 37.54 18.35 81.68 -
YUV 103.21 203.51 191.33 -
System Red Green Blue C M Y K H S L
Decimal 192 32 237 0.19 0.86 0 0.07 286.83 0.85 0.53
Hex C0 20 ED 13 56 0 7 11F 55 35
Octal 300 40 355 23 126 0 7 437 125 65
Binary 11000000 100000 11101101 10011 1010110 0 111 100011111 1010101 110101

Color Harmonies of #C020ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020ED

Black with #C020ED

Text Example


Text Example

White with #C020ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020ED; }

 p { color: rgb(192,32,237); }

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

background-color css

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

 a { background-color: rgb(192,32,237); }

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

border-color css

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

 span { border-color: rgb(192,32,237); }

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