Html Css Color HEX #C831FA Electric Purple

📋 copy color: '#C831FA'

red 200 ◦ green 49 ◦ blue 250

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

Shades of Electric Purple #C831FA

Tints of Electric Purple #C831FA

RGB

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

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

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

R = 40.08%
G = 9.82%
B = 50.1%

CMYK

 C value IS 0.2

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C831FA (or 0xC831FA) is known color: Electric Purple. HEX triplet: C8, 31 and FA. RGB value is (200,49,250). Sum of RGB (Red+Green+Blue) = 200+49+250=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #C831FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C831FA is #37CE05. Grayscale: #747474. Windows color (decimal): -3657222 or 16396744. OLE color: 16396744.

HSL color Cylindrical-coordinate representation of color #C831FA: hue angle of 285.07º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C831FA is Cyan = 0.2, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 49 250 -
CMYK 0.2 0.80 0 0.02
HSL 285.07º 0.95% 0.59% -
HSV(B) 285.07º 0.8% 0.98% -
XYZ 42.17 21.38 92.35 -
YUV 117.06 203.03 187.16 -
System Red Green Blue C M Y K H S L
Decimal 200 49 250 0.2 0.80 0 0.02 285.07 0.95 0.59
Hex C8 31 FA 14 50 0 2 11D 5F 3B
Octal 310 61 372 24 120 0 2 435 137 73
Binary 11001000 110001 11111010 10100 1010000 0 10 100011101 1011111 111011

Color Harmonies of #C831FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831FA

Black with #C831FA

Text Example


Text Example

White with #C831FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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