Html Css Color HEX #C621FC Electric Purple

📋 copy color: '#C621FC'

red 198 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #C621FC

Tints of Electric Purple #C621FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.83%

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 40.99%
G = 6.83%
B = 52.17%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C621FC (or 0xC621FC) is known color: Electric Purple. HEX triplet: C6, 21 and FC. RGB value is (198,33,252). Sum of RGB (Red+Green+Blue) = 198+33+252=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #C621FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C621FC is #39DE03. Grayscale: #6A6A6A. Windows color (decimal): -3792388 or 16523718. OLE color: 16523718.

HSL color Cylindrical-coordinate representation of color #C621FC: hue angle of 285.21º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C621FC is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 33 252 -
CMYK 0.21 0.87 0 0.01
HSL 285.21º 0.97% 0.56% -
HSV(B) 285.21º 0.87% 0.99% -
XYZ 41.4 20.12 93.8 -
YUV 107.3 209.66 192.69 -
System Red Green Blue C M Y K H S L
Decimal 198 33 252 0.21 0.87 0 0.01 285.21 0.97 0.56
Hex C6 21 FC 15 57 0 1 11D 61 38
Octal 306 41 374 25 127 0 1 435 141 70
Binary 11000110 100001 11111100 10101 1010111 0 1 100011101 1100001 111000

Color Harmonies of #C621FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C621FC

Black with #C621FC

Text Example


Text Example

White with #C621FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C621FC; }

 p { color: rgb(198,33,252); }

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

background-color css

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

 a { background-color: rgb(198,33,252); }

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

border-color css

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

 span { border-color: rgb(198,33,252); }

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