Html Css Color HEX #C20DEA Electric Purple

📋 copy color: '#C20DEA'

red 194 ◦ green 13 ◦ blue 234

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

Shades of Electric Purple #C20DEA

Tints of Electric Purple #C20DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.06%

R = 43.99%
G = 2.95%
B = 53.06%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C20DEA (or 0xC20DEA) is known color: Electric Purple. HEX triplet: C2, 0D and EA. RGB value is (194,13,234). Sum of RGB (Red+Green+Blue) = 194+13+234=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #C20DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DEA is #3DF215. Grayscale: #5B5B5B. Windows color (decimal): -4059670 or 15338946. OLE color: 15338946.

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

Color convert

RGB 194 13 234 -
CMYK 0.17 0.94 0 0.08
HSL 289.14º 0.89% 0.48% -
HSV(B) 289.14º 0.94% 0.92% -
XYZ 37.24 17.7 79.29 -
YUV 92.31 207.97 200.53 -
System Red Green Blue C M Y K H S L
Decimal 194 13 234 0.17 0.94 0 0.08 289.14 0.89 0.48
Hex C2 D EA 11 5E 0 8 121 59 30
Octal 302 15 352 21 136 0 10 441 131 60
Binary 11000010 1101 11101010 10001 1011110 0 1000 100100001 1011001 110000

Color Harmonies of #C20DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20DEA

Black with #C20DEA

Text Example


Text Example

White with #C20DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20DEA; }

 p { color: rgb(194,13,234); }

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

background-color css

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

 a { background-color: rgb(194,13,234); }

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

border-color css

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

 span { border-color: rgb(194,13,234); }

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