Html Css Color HEX #C620FA Electric Purple

📋 copy color: '#C620FA'

red 198 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #C620FA

Tints of Electric Purple #C620FA

RGB

 RED value IS 198 (77.73% from 255) = 41.25%

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 41.25%
G = 6.67%
B = 52.08%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C620FA (or 0xC620FA) is known color: Electric Purple. HEX triplet: C6, 20 and FA. RGB value is (198,32,250). Sum of RGB (Red+Green+Blue) = 198+32+250=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #C620FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620FA is #39DF05. Grayscale: #696969. Windows color (decimal): -3792646 or 16392390. OLE color: 16392390.

HSL color Cylindrical-coordinate representation of color #C620FA: hue angle of 285.69º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C620FA is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 32 250 -
CMYK 0.21 0.87 0 0.02
HSL 285.69º 0.96% 0.55% -
HSV(B) 285.69º 0.87% 0.98% -
XYZ 41.06 19.94 92.13 -
YUV 106.49 209 193.27 -
System Red Green Blue C M Y K H S L
Decimal 198 32 250 0.21 0.87 0 0.02 285.69 0.96 0.55
Hex C6 20 FA 15 57 0 2 11E 60 37
Octal 306 40 372 25 127 0 2 436 140 67
Binary 11000110 100000 11111010 10101 1010111 0 10 100011110 1100000 110111

Color Harmonies of #C620FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620FA

Black with #C620FA

Text Example


Text Example

White with #C620FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620FA; }

 p { color: rgb(198,32,250); }

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

background-color css

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

 a { background-color: rgb(198,32,250); }

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

border-color css

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

 span { border-color: rgb(198,32,250); }

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