Html Css Color HEX #C20EF0 Electric Purple

📋 copy color: '#C20EF0'

red 194 ◦ green 14 ◦ blue 240

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

Shades of Electric Purple #C20EF0

Tints of Electric Purple #C20EF0

RGB

 RED value IS 194 (76.17% from 255) = 43.3%

 GREEN value IS 14 (5.86% from 255) = 3.13%

 BLUE value IS 240 (94.14% from 255) = 53.57%

R = 43.3%
G = 3.13%
B = 53.57%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C20EF0 (or 0xC20EF0) is known color: Electric Purple. HEX triplet: C2, 0E and F0. RGB value is (194,14,240). Sum of RGB (Red+Green+Blue) = 194+14+240=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #C20EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EF0 is #3DF10F. Grayscale: #5C5C5C. Windows color (decimal): -4059408 or 15732418. OLE color: 15732418.

HSL color Cylindrical-coordinate representation of color #C20EF0: hue angle of 287.79º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20EF0 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 14 240 -
CMYK 0.19 0.94 0 0.06
HSL 287.79º 0.89% 0.5% -
HSV(B) 287.79º 0.94% 0.94% -
XYZ 38.13 18.07 83.92 -
YUV 93.58 210.63 199.62 -
System Red Green Blue C M Y K H S L
Decimal 194 14 240 0.19 0.94 0 0.06 287.79 0.89 0.5
Hex C2 E F0 13 5E 0 6 120 59 32
Octal 302 16 360 23 136 0 6 440 131 62
Binary 11000010 1110 11110000 10011 1011110 0 110 100100000 1011001 110010

Color Harmonies of #C20EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EF0

Black with #C20EF0

Text Example


Text Example

White with #C20EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EF0; }

 p { color: rgb(194,14,240); }

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

background-color css

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

 a { background-color: rgb(194,14,240); }

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

border-color css

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

 span { border-color: rgb(194,14,240); }

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