Html Css Color HEX #C025EA Electric Purple

📋 copy color: '#C025EA'

red 192 ◦ green 37 ◦ blue 234

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

Shades of Electric Purple #C025EA

Tints of Electric Purple #C025EA

RGB

 RED value IS 192 (75.39% from 255) = 41.47%

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

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

R = 41.47%
G = 7.99%
B = 50.54%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C025EA (or 0xC025EA) is known color: Electric Purple. HEX triplet: C0, 25 and EA. RGB value is (192,37,234). Sum of RGB (Red+Green+Blue) = 192+37+234=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #C025EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C025EA is #3FDA15. Grayscale: #696969. Windows color (decimal): -4184598 or 15345088. OLE color: 15345088.

HSL color Cylindrical-coordinate representation of color #C025EA: hue angle of 287.21º 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 #C025EA is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 37 234 -
CMYK 0.18 0.84 0 0.08
HSL 287.21º 0.82% 0.53% -
HSV(B) 287.21º 0.84% 0.92% -
XYZ 37.25 18.47 79.44 -
YUV 105.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 192 37 234 0.18 0.84 0 0.08 287.21 0.82 0.53
Hex C0 25 EA 12 54 0 8 11F 52 35
Octal 300 45 352 22 124 0 10 437 122 65
Binary 11000000 100101 11101010 10010 1010100 0 1000 100011111 1010010 110101

Color Harmonies of #C025EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C025EA

Black with #C025EA

Text Example


Text Example

White with #C025EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C025EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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