Html Css Color HEX #C725EA Electric Purple

📋 copy color: '#C725EA'

red 199 ◦ green 37 ◦ blue 234

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

Shades of Electric Purple #C725EA

Tints of Electric Purple #C725EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 42.34%
G = 7.87%
B = 49.79%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C725EA (or 0xC725EA) is known color: Electric Purple. HEX triplet: C7, 25 and EA. RGB value is (199,37,234). Sum of RGB (Red+Green+Blue) = 199+37+234=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #C725EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C725EA is #38DA15. Grayscale: #6B6B6B. Windows color (decimal): -3725846 or 15345095. OLE color: 15345095.

HSL color Cylindrical-coordinate representation of color #C725EA: hue angle of 289.34º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C725EA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 37 234 -
CMYK 0.15 0.84 0 0.08
HSL 289.34º 0.82% 0.53% -
HSV(B) 289.34º 0.84% 0.92% -
XYZ 39.07 19.41 79.53 -
YUV 107.9 199.17 192.98 -
System Red Green Blue C M Y K H S L
Decimal 199 37 234 0.15 0.84 0 0.08 289.34 0.82 0.53
Hex C7 25 EA F 54 0 8 121 52 35
Octal 307 45 352 17 124 0 10 441 122 65
Binary 11000111 100101 11101010 1111 1010100 0 1000 100100001 1010010 110101

Color Harmonies of #C725EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725EA

Black with #C725EA

Text Example


Text Example

White with #C725EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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