Html Css Color HEX #C628FA Electric Purple

📋 copy color: '#C628FA'

red 198 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #C628FA

Tints of Electric Purple #C628FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 40.57%
G = 8.2%
B = 51.23%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C628FA (or 0xC628FA) is known color: Electric Purple. HEX triplet: C6, 28 and FA. RGB value is (198,40,250). Sum of RGB (Red+Green+Blue) = 198+40+250=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #C628FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C628FA is #39D705. Grayscale: #6E6E6E. Windows color (decimal): -3790598 or 16394438. OLE color: 16394438.

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

Color convert

RGB 198 40 250 -
CMYK 0.21 0.84 0 0.02
HSL 285.14º 0.95% 0.57% -
HSV(B) 285.14º 0.84% 0.98% -
XYZ 41.3 20.43 92.21 -
YUV 111.18 206.35 189.92 -
System Red Green Blue C M Y K H S L
Decimal 198 40 250 0.21 0.84 0 0.02 285.14 0.95 0.57
Hex C6 28 FA 15 54 0 2 11D 5F 39
Octal 306 50 372 25 124 0 2 435 137 71
Binary 11000110 101000 11111010 10101 1010100 0 10 100011101 1011111 111001

Color Harmonies of #C628FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C628FA

Black with #C628FA

Text Example


Text Example

White with #C628FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C628FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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