Html Css Color HEX #C620FC Electric Purple

📋 copy color: '#C620FC'

red 198 ◦ green 32 ◦ blue 252

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

Shades of Electric Purple #C620FC

Tints of Electric Purple #C620FC

RGB

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

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

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

R = 41.08%
G = 6.64%
B = 52.28%

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

#C620FC (or 0xC620FC) is known color: Electric Purple. HEX triplet: C6, 20 and FC. RGB value is (198,32,252). Sum of RGB (Red+Green+Blue) = 198+32+252=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #C620FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620FC is #39DF03. Grayscale: #6A6A6A. Windows color (decimal): -3792644 or 16523462. OLE color: 16523462.

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

Color convert

RGB 198 32 252 -
CMYK 0.21 0.87 0 0.01
HSL 285.27º 0.97% 0.56% -
HSV(B) 285.27º 0.87% 0.99% -
XYZ 41.38 20.07 93.79 -
YUV 106.71 210 193.11 -
System Red Green Blue C M Y K H S L
Decimal 198 32 252 0.21 0.87 0 0.01 285.27 0.97 0.56
Hex C6 20 FC 15 57 0 1 11D 61 38
Octal 306 40 374 25 127 0 1 435 141 70
Binary 11000110 100000 11111100 10101 1010111 0 1 100011101 1100001 111000

Color Harmonies of #C620FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620FC

Black with #C620FC

Text Example


Text Example

White with #C620FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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