Html Css Color HEX #C731FE Electric Purple

📋 copy color: '#C731FE'

red 199 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #C731FE

Tints of Electric Purple #C731FE

RGB

 RED value IS 199 (78.13% from 255) = 39.64%

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

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

R = 39.64%
G = 9.76%
B = 50.6%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C731FE (or 0xC731FE) is known color: Electric Purple. HEX triplet: C7, 31 and FE. RGB value is (199,49,254). Sum of RGB (Red+Green+Blue) = 199+49+254=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #C731FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731FE is #38CE01. Grayscale: #747474. Windows color (decimal): -3722754 or 16658887. OLE color: 16658887.

HSL color Cylindrical-coordinate representation of color #C731FE: hue angle of 283.9º 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 #C731FE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 49 254 -
CMYK 0.22 0.81 0 0.00
HSL 283.9º 0.99% 0.59% -
HSV(B) 283.9º 0.81% 1% -
XYZ 42.54 21.49 95.67 -
YUV 117.22 205.2 186.33 -
System Red Green Blue C M Y K H S L
Decimal 199 49 254 0.22 0.81 0 0.00 283.9 0.99 0.59
Hex C7 31 FE 16 51 0 0 11C 63 3B
Octal 307 61 376 26 121 0 0 434 143 73
Binary 11000111 110001 11111110 10110 1010001 0 0 100011100 1100011 111011

Color Harmonies of #C731FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731FE

Black with #C731FE

Text Example


Text Example

White with #C731FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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