Html Css Color HEX #C831FD Electric Purple

📋 copy color: '#C831FD'

red 200 ◦ green 49 ◦ blue 253

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

Shades of Electric Purple #C831FD

Tints of Electric Purple #C831FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 39.84%
G = 9.76%
B = 50.4%

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

#C831FD (or 0xC831FD) is known color: Electric Purple. HEX triplet: C8, 31 and FD. RGB value is (200,49,253). Sum of RGB (Red+Green+Blue) = 200+49+253=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #C831FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C831FD is #37CE02. Grayscale: #747474. Windows color (decimal): -3657219 or 16593352. OLE color: 16593352.

HSL color Cylindrical-coordinate representation of color #C831FD: hue angle of 284.41º degrees, saturation: 0.98, 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 #C831FD is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 49 253 -
CMYK 0.21 0.81 0 0.01
HSL 284.41º 0.98% 0.59% -
HSV(B) 284.41º 0.81% 0.99% -
XYZ 42.65 21.57 94.84 -
YUV 117.41 204.53 186.91 -
System Red Green Blue C M Y K H S L
Decimal 200 49 253 0.21 0.81 0 0.01 284.41 0.98 0.59
Hex C8 31 FD 15 51 0 1 11C 62 3B
Octal 310 61 375 25 121 0 1 434 142 73
Binary 11001000 110001 11111101 10101 1010001 0 1 100011100 1100010 111011

Color Harmonies of #C831FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831FD

Black with #C831FD

Text Example


Text Example

White with #C831FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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