Html Css Color HEX #C831F5 Electric Purple

📋 copy color: '#C831F5'

red 200 ◦ green 49 ◦ blue 245

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

Shades of Electric Purple #C831F5

Tints of Electric Purple #C831F5

RGB

 RED value IS 200 (78.52% from 255) = 40.49%

 GREEN value IS 49 (19.53% from 255) = 9.92%

 BLUE value IS 245 (96.09% from 255) = 49.6%

R = 40.49%
G = 9.92%
B = 49.6%

CMYK

 C value IS 0.18

 M value IS 0.8

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C831F5 (or 0xC831F5) is known color: Electric Purple. HEX triplet: C8, 31 and F5. RGB value is (200,49,245). Sum of RGB (Red+Green+Blue) = 200+49+245=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #C831F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C831F5 is #37CE0A. Grayscale: #737373. Windows color (decimal): -3657227 or 16069064. OLE color: 16069064.

HSL color Cylindrical-coordinate representation of color #C831F5: hue angle of 286.22º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C831F5 is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 49 245 -
CMYK 0.18 0.8 0 0.04
HSL 286.22º 0.91% 0.58% -
HSV(B) 286.22º 0.8% 0.96% -
XYZ 41.4 21.07 88.27 -
YUV 116.49 200.53 187.56 -
System Red Green Blue C M Y K H S L
Decimal 200 49 245 0.18 0.8 0 0.04 286.22 0.91 0.58
Hex C8 31 F5 12 50 0 4 11E 5B 3A
Octal 310 61 365 22 120 0 4 436 133 72
Binary 11001000 110001 11110101 10010 1010000 0 100 100011110 1011011 111010

Color Harmonies of #C831F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831F5

Black with #C831F5

Text Example


Text Example

White with #C831F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831F5; }

 p { color: rgb(200,49,245); }

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

background-color css

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

 a { background-color: rgb(200,49,245); }

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

border-color css

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

 span { border-color: rgb(200,49,245); }

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