Html Css Color HEX #C620FB Electric Purple

📋 copy color: '#C620FB'

red 198 ◦ green 32 ◦ blue 251

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

Shades of Electric Purple #C620FB

Tints of Electric Purple #C620FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 41.16%
G = 6.65%
B = 52.18%

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

#C620FB (or 0xC620FB) is known color: Electric Purple. HEX triplet: C6, 20 and FB. RGB value is (198,32,251). Sum of RGB (Red+Green+Blue) = 198+32+251=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #C620FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620FB is #39DF04. Grayscale: #696969. Windows color (decimal): -3792645 or 16457926. OLE color: 16457926.

HSL color Cylindrical-coordinate representation of color #C620FB: hue angle of 285.48º 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 #C620FB is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 32 251 -
CMYK 0.21 0.87 0 0.02
HSL 285.48º 0.96% 0.55% -
HSV(B) 285.48º 0.87% 0.98% -
XYZ 41.22 20 92.96 -
YUV 106.6 209.5 193.19 -
System Red Green Blue C M Y K H S L
Decimal 198 32 251 0.21 0.87 0 0.02 285.48 0.96 0.55
Hex C6 20 FB 15 57 0 2 11D 60 37
Octal 306 40 373 25 127 0 2 435 140 67
Binary 11000110 100000 11111011 10101 1010111 0 10 100011101 1100000 110111

Color Harmonies of #C620FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620FB

Black with #C620FB

Text Example


Text Example

White with #C620FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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