Html Css Color HEX #C620F3 Electric Purple

📋 copy color: '#C620F3'

red 198 ◦ green 32 ◦ blue 243

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

Shades of Electric Purple #C620F3

Tints of Electric Purple #C620F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.37%

R = 41.86%
G = 6.77%
B = 51.37%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C620F3 (or 0xC620F3) is known color: Electric Purple. HEX triplet: C6, 20 and F3. RGB value is (198,32,243). Sum of RGB (Red+Green+Blue) = 198+32+243=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #C620F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620F3 is #39DF0C. Grayscale: #696969. Windows color (decimal): -3792653 or 15933638. OLE color: 15933638.

HSL color Cylindrical-coordinate representation of color #C620F3: hue angle of 287.2º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C620F3 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 32 243 -
CMYK 0.19 0.87 0 0.05
HSL 287.2º 0.9% 0.54% -
HSV(B) 287.2º 0.87% 0.95% -
XYZ 39.98 19.51 86.45 -
YUV 105.69 205.5 193.84 -
System Red Green Blue C M Y K H S L
Decimal 198 32 243 0.19 0.87 0 0.05 287.2 0.9 0.54
Hex C6 20 F3 13 57 0 5 11F 5A 36
Octal 306 40 363 23 127 0 5 437 132 66
Binary 11000110 100000 11110011 10011 1010111 0 101 100011111 1011010 110110

Color Harmonies of #C620F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620F3

Black with #C620F3

Text Example


Text Example

White with #C620F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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