Html Css Color HEX #C628FC Electric Purple

📋 copy color: '#C628FC'

red 198 ◦ green 40 ◦ blue 252

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

Shades of Electric Purple #C628FC

Tints of Electric Purple #C628FC

RGB

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

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

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

R = 40.41%
G = 8.16%
B = 51.43%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C628FC (or 0xC628FC) is known color: Electric Purple. HEX triplet: C6, 28 and FC. RGB value is (198,40,252). Sum of RGB (Red+Green+Blue) = 198+40+252=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #C628FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C628FC is #39D703. Grayscale: #6E6E6E. Windows color (decimal): -3790596 or 16525510. OLE color: 16525510.

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

Color convert

RGB 198 40 252 -
CMYK 0.21 0.84 0 0.01
HSL 284.72º 0.97% 0.57% -
HSV(B) 284.72º 0.84% 0.99% -
XYZ 41.62 20.55 93.87 -
YUV 111.41 207.35 189.76 -
System Red Green Blue C M Y K H S L
Decimal 198 40 252 0.21 0.84 0 0.01 284.72 0.97 0.57
Hex C6 28 FC 15 54 0 1 11D 61 39
Octal 306 50 374 25 124 0 1 435 141 71
Binary 11000110 101000 11111100 10101 1010100 0 1 100011101 1100001 111001

Color Harmonies of #C628FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C628FC

Black with #C628FC

Text Example


Text Example

White with #C628FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C628FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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