Html Css Color HEX #C831FC Electric Purple

📋 copy color: '#C831FC'

red 200 ◦ green 49 ◦ blue 252

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

Shades of Electric Purple #C831FC

Tints of Electric Purple #C831FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 39.92%
G = 9.78%
B = 50.3%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C831FC (or 0xC831FC) is known color: Electric Purple. HEX triplet: C8, 31 and FC. RGB value is (200,49,252). Sum of RGB (Red+Green+Blue) = 200+49+252=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #C831FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C831FC is #37CE03. Grayscale: #747474. Windows color (decimal): -3657220 or 16527816. OLE color: 16527816.

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

Color convert

RGB 200 49 252 -
CMYK 0.21 0.81 0 0.01
HSL 284.63º 0.97% 0.59% -
HSV(B) 284.63º 0.81% 0.99% -
XYZ 42.49 21.5 94.01 -
YUV 117.29 204.03 186.99 -
System Red Green Blue C M Y K H S L
Decimal 200 49 252 0.21 0.81 0 0.01 284.63 0.97 0.59
Hex C8 31 FC 15 51 0 1 11D 61 3B
Octal 310 61 374 25 121 0 1 435 141 73
Binary 11001000 110001 11111100 10101 1010001 0 1 100011101 1100001 111011

Color Harmonies of #C831FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831FC

Black with #C831FC

Text Example


Text Example

White with #C831FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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