Html Css Color HEX #C626FA Electric Purple

📋 copy color: '#C626FA'

red 198 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #C626FA

Tints of Electric Purple #C626FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.82%

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

R = 40.74%
G = 7.82%
B = 51.44%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C626FA (or 0xC626FA) is known color: Electric Purple. HEX triplet: C6, 26 and FA. RGB value is (198,38,250). Sum of RGB (Red+Green+Blue) = 198+38+250=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #C626FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C626FA is #39D905. Grayscale: #6D6D6D. Windows color (decimal): -3791110 or 16393926. OLE color: 16393926.

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

Color convert

RGB 198 38 250 -
CMYK 0.21 0.85 0 0.02
HSL 285.28º 0.95% 0.56% -
HSV(B) 285.28º 0.85% 0.98% -
XYZ 41.24 20.29 92.19 -
YUV 110.01 207.01 190.76 -
System Red Green Blue C M Y K H S L
Decimal 198 38 250 0.21 0.85 0 0.02 285.28 0.95 0.56
Hex C6 26 FA 15 55 0 2 11D 5F 38
Octal 306 46 372 25 125 0 2 435 137 70
Binary 11000110 100110 11111010 10101 1010101 0 10 100011101 1011111 111000

Color Harmonies of #C626FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C626FA

Black with #C626FA

Text Example


Text Example

White with #C626FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C626FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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