Html Css Color HEX #C628FE Electric Purple

📋 copy color: '#C628FE'

red 198 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #C628FE

Tints of Electric Purple #C628FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.13%

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

R = 40.24%
G = 8.13%
B = 51.63%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C628FE (or 0xC628FE) is known color: Electric Purple. HEX triplet: C6, 28 and FE. RGB value is (198,40,254). Sum of RGB (Red+Green+Blue) = 198+40+254=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #C628FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C628FE is #39D701. Grayscale: #6E6E6E. Windows color (decimal): -3790594 or 16656582. OLE color: 16656582.

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

Color convert

RGB 198 40 254 -
CMYK 0.22 0.84 0 0.00
HSL 284.3º 0.99% 0.58% -
HSV(B) 284.3º 0.84% 1% -
XYZ 41.94 20.68 95.55 -
YUV 111.64 208.35 189.6 -
System Red Green Blue C M Y K H S L
Decimal 198 40 254 0.22 0.84 0 0.00 284.3 0.99 0.58
Hex C6 28 FE 16 54 0 0 11C 63 3A
Octal 306 50 376 26 124 0 0 434 143 72
Binary 11000110 101000 11111110 10110 1010100 0 0 100011100 1100011 111010

Color Harmonies of #C628FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C628FE

Black with #C628FE

Text Example


Text Example

White with #C628FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C628FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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