Html Css Color HEX #C20EFC Electric Purple

📋 copy color: '#C20EFC'

red 194 ◦ green 14 ◦ blue 252

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

Shades of Electric Purple #C20EFC

Tints of Electric Purple #C20EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 42.17%
G = 3.04%
B = 54.78%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C20EFC (or 0xC20EFC) is known color: Electric Purple. HEX triplet: C2, 0E and FC. RGB value is (194,14,252). Sum of RGB (Red+Green+Blue) = 194+14+252=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #C20EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EFC is #3DF103. Grayscale: #5E5E5E. Windows color (decimal): -4059396 or 16518850. OLE color: 16518850.

HSL color Cylindrical-coordinate representation of color #C20EFC: hue angle of 285.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20EFC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 14 252 -
CMYK 0.23 0.94 0 0.01
HSL 285.38º 0.98% 0.52% -
HSV(B) 285.38º 0.94% 0.99% -
XYZ 39.98 18.81 93.62 -
YUV 94.95 216.63 198.65 -
System Red Green Blue C M Y K H S L
Decimal 194 14 252 0.23 0.94 0 0.01 285.38 0.98 0.52
Hex C2 E FC 17 5E 0 1 11D 62 34
Octal 302 16 374 27 136 0 1 435 142 64
Binary 11000010 1110 11111100 10111 1011110 0 1 100011101 1100010 110100

Color Harmonies of #C20EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EFC

Black with #C20EFC

Text Example


Text Example

White with #C20EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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