Html Css Color HEX #C231FA Electric Purple

📋 copy color: '#C231FA'

red 194 ◦ green 49 ◦ blue 250

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

Shades of Electric Purple #C231FA

Tints of Electric Purple #C231FA

RGB

 RED value IS 194 (76.17% from 255) = 39.35%

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

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

R = 39.35%
G = 9.94%
B = 50.71%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C231FA (or 0xC231FA) is known color: Electric Purple. HEX triplet: C2, 31 and FA. RGB value is (194,49,250). Sum of RGB (Red+Green+Blue) = 194+49+250=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #C231FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231FA is #3DCE05. Grayscale: #727272. Windows color (decimal): -4050438 or 16396738. OLE color: 16396738.

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

Color convert

RGB 194 49 250 -
CMYK 0.22 0.80 0 0.02
HSL 283.28º 0.95% 0.59% -
HSV(B) 283.28º 0.8% 0.98% -
XYZ 40.6 20.57 92.27 -
YUV 115.27 204.04 184.16 -
System Red Green Blue C M Y K H S L
Decimal 194 49 250 0.22 0.80 0 0.02 283.28 0.95 0.59
Hex C2 31 FA 16 50 0 2 11B 5F 3B
Octal 302 61 372 26 120 0 2 433 137 73
Binary 11000010 110001 11111010 10110 1010000 0 10 100011011 1011111 111011

Color Harmonies of #C231FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231FA

Black with #C231FA

Text Example


Text Example

White with #C231FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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