Html Css Color HEX #C620FE Electric Purple

📋 copy color: '#C620FE'

red 198 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #C620FE

Tints of Electric Purple #C620FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 40.91%
G = 6.61%
B = 52.48%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C620FE (or 0xC620FE) is known color: Electric Purple. HEX triplet: C6, 20 and FE. RGB value is (198,32,254). Sum of RGB (Red+Green+Blue) = 198+32+254=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #C620FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620FE is #39DF01. Grayscale: #6A6A6A. Windows color (decimal): -3792642 or 16654534. OLE color: 16654534.

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

Color convert

RGB 198 32 254 -
CMYK 0.22 0.87 0 0.00
HSL 284.86º 0.99% 0.56% -
HSV(B) 284.86º 0.87% 1% -
XYZ 41.69 20.19 95.47 -
YUV 106.94 211 192.95 -
System Red Green Blue C M Y K H S L
Decimal 198 32 254 0.22 0.87 0 0.00 284.86 0.99 0.56
Hex C6 20 FE 16 57 0 0 11D 63 38
Octal 306 40 376 26 127 0 0 435 143 70
Binary 11000110 100000 11111110 10110 1010111 0 0 100011101 1100011 111000

Color Harmonies of #C620FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620FE

Black with #C620FE

Text Example


Text Example

White with #C620FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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