Html Css Color HEX #C725FA Electric Purple

📋 copy color: '#C725FA'

red 199 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #C725FA

Tints of Electric Purple #C725FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.61%

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

R = 40.95%
G = 7.61%
B = 51.44%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C725FA (or 0xC725FA) is known color: Electric Purple. HEX triplet: C7, 25 and FA. RGB value is (199,37,250). Sum of RGB (Red+Green+Blue) = 199+37+250=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #C725FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C725FA is #38DA05. Grayscale: #6D6D6D. Windows color (decimal): -3725830 or 16393671. OLE color: 16393671.

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

Color convert

RGB 199 37 250 -
CMYK 0.20 0.85 0 0.02
HSL 285.63º 0.96% 0.56% -
HSV(B) 285.63º 0.85% 0.98% -
XYZ 41.47 20.37 92.19 -
YUV 109.72 207.17 191.68 -
System Red Green Blue C M Y K H S L
Decimal 199 37 250 0.20 0.85 0 0.02 285.63 0.96 0.56
Hex C7 25 FA 14 55 0 2 11E 60 38
Octal 307 45 372 24 125 0 2 436 140 70
Binary 11000111 100101 11111010 10100 1010101 0 10 100011110 1100000 111000

Color Harmonies of #C725FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725FA

Black with #C725FA

Text Example


Text Example

White with #C725FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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