Html Css Color HEX #C724FA Electric Purple

📋 copy color: '#C724FA'

red 199 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #C724FA

Tints of Electric Purple #C724FA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.42%

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

R = 41.03%
G = 7.42%
B = 51.55%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C724FA (or 0xC724FA) is known color: Electric Purple. HEX triplet: C7, 24 and FA. RGB value is (199,36,250). Sum of RGB (Red+Green+Blue) = 199+36+250=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #C724FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C724FA is #38DB05. Grayscale: #6C6C6C. Windows color (decimal): -3726086 or 16393415. OLE color: 16393415.

HSL color Cylindrical-coordinate representation of color #C724FA: hue angle of 285.7º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C724FA is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 36 250 -
CMYK 0.20 0.86 0 0.02
HSL 285.7º 0.96% 0.56% -
HSV(B) 285.7º 0.86% 0.98% -
XYZ 41.44 20.31 92.18 -
YUV 109.13 207.5 192.1 -
System Red Green Blue C M Y K H S L
Decimal 199 36 250 0.20 0.86 0 0.02 285.7 0.96 0.56
Hex C7 24 FA 14 56 0 2 11E 60 38
Octal 307 44 372 24 126 0 2 436 140 70
Binary 11000111 100100 11111010 10100 1010110 0 10 100011110 1100000 111000

Color Harmonies of #C724FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C724FA

Black with #C724FA

Text Example


Text Example

White with #C724FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C724FA; }

 p { color: rgb(199,36,250); }

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

background-color css

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

 a { background-color: rgb(199,36,250); }

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

border-color css

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

 span { border-color: rgb(199,36,250); }

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