Html Css Color HEX #C20AED Electric Purple

📋 copy color: '#C20AED'

red 194 ◦ green 10 ◦ blue 237

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

Shades of Electric Purple #C20AED

Tints of Electric Purple #C20AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.27%

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

R = 43.99%
G = 2.27%
B = 53.74%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C20AED (or 0xC20AED) is known color: Electric Purple. HEX triplet: C2, 0A and ED. RGB value is (194,10,237). Sum of RGB (Red+Green+Blue) = 194+10+237=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #C20AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AED is #3DF512. Grayscale: #5A5A5A. Windows color (decimal): -4060435 or 15534786. OLE color: 15534786.

HSL color Cylindrical-coordinate representation of color #C20AED: hue angle of 288.63º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20AED is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 10 237 -
CMYK 0.18 0.96 0 0.07
HSL 288.63º 0.92% 0.48% -
HSV(B) 288.63º 0.96% 0.93% -
XYZ 37.64 17.8 81.57 -
YUV 90.89 210.46 201.54 -
System Red Green Blue C M Y K H S L
Decimal 194 10 237 0.18 0.96 0 0.07 288.63 0.92 0.48
Hex C2 A ED 12 60 0 7 121 5C 30
Octal 302 12 355 22 140 0 7 441 134 60
Binary 11000010 1010 11101101 10010 1100000 0 111 100100001 1011100 110000

Color Harmonies of #C20AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AED

Black with #C20AED

Text Example


Text Example

White with #C20AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AED; }

 p { color: rgb(194,10,237); }

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

background-color css

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

 a { background-color: rgb(194,10,237); }

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

border-color css

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

 span { border-color: rgb(194,10,237); }

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