Html Css Color HEX #C231FD Electric Purple

📋 copy color: '#C231FD'

red 194 ◦ green 49 ◦ blue 253

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

Shades of Electric Purple #C231FD

Tints of Electric Purple #C231FD

RGB

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

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

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

R = 39.11%
G = 9.88%
B = 51.01%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C231FD (or 0xC231FD) is known color: Electric Purple. HEX triplet: C2, 31 and FD. RGB value is (194,49,253). Sum of RGB (Red+Green+Blue) = 194+49+253=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #C231FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231FD is #3DCE02. Grayscale: #727272. Windows color (decimal): -4050435 or 16593346. OLE color: 16593346.

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

Color convert

RGB 194 49 253 -
CMYK 0.23 0.81 0 0.01
HSL 282.65º 0.98% 0.59% -
HSV(B) 282.65º 0.81% 0.99% -
XYZ 41.08 20.76 94.77 -
YUV 115.61 205.54 183.91 -
System Red Green Blue C M Y K H S L
Decimal 194 49 253 0.23 0.81 0 0.01 282.65 0.98 0.59
Hex C2 31 FD 17 51 0 1 11B 62 3B
Octal 302 61 375 27 121 0 1 433 142 73
Binary 11000010 110001 11111101 10111 1010001 0 1 100011011 1100010 111011

Color Harmonies of #C231FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231FD

Black with #C231FD

Text Example


Text Example

White with #C231FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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