Html Css Color HEX #C831FE Electric Purple

📋 copy color: '#C831FE'

red 200 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #C831FE

Tints of Electric Purple #C831FE

RGB

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

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

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

R = 39.76%
G = 9.74%
B = 50.5%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C831FE (or 0xC831FE) is known color: Electric Purple. HEX triplet: C8, 31 and FE. RGB value is (200,49,254). Sum of RGB (Red+Green+Blue) = 200+49+254=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 49 (19.53% from 255 or 9.74% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #C831FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C831FE is #37CE01. Grayscale: #747474. Windows color (decimal): -3657218 or 16658888. OLE color: 16658888.

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

Color convert

RGB 200 49 254 -
CMYK 0.21 0.81 0 0.00
HSL 284.2º 0.99% 0.59% -
HSV(B) 284.2º 0.81% 1% -
XYZ 42.81 21.63 95.69 -
YUV 117.52 205.03 186.83 -
System Red Green Blue C M Y K H S L
Decimal 200 49 254 0.21 0.81 0 0.00 284.2 0.99 0.59
Hex C8 31 FE 15 51 0 0 11C 63 3B
Octal 310 61 376 25 121 0 0 434 143 73
Binary 11001000 110001 11111110 10101 1010001 0 0 100011100 1100011 111011

Color Harmonies of #C831FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831FE

Black with #C831FE

Text Example


Text Example

White with #C831FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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