Html Css Color HEX #C025ED Electric Purple

📋 copy color: '#C025ED'

red 192 ◦ green 37 ◦ blue 237

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

Shades of Electric Purple #C025ED

Tints of Electric Purple #C025ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 41.2%
G = 7.94%
B = 50.86%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C025ED (or 0xC025ED) is known color: Electric Purple. HEX triplet: C0, 25 and ED. RGB value is (192,37,237). Sum of RGB (Red+Green+Blue) = 192+37+237=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #C025ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C025ED is #3FDA12. Grayscale: #696969. Windows color (decimal): -4184595 or 15541696. OLE color: 15541696.

HSL color Cylindrical-coordinate representation of color #C025ED: hue angle of 286.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C025ED is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 37 237 -
CMYK 0.19 0.84 0 0.07
HSL 286.5º 0.85% 0.54% -
HSV(B) 286.5º 0.84% 0.93% -
XYZ 37.69 18.64 81.73 -
YUV 106.15 201.85 189.24 -
System Red Green Blue C M Y K H S L
Decimal 192 37 237 0.19 0.84 0 0.07 286.5 0.85 0.54
Hex C0 25 ED 13 54 0 7 11E 55 36
Octal 300 45 355 23 124 0 7 436 125 66
Binary 11000000 100101 11101101 10011 1010100 0 111 100011110 1010101 110110

Color Harmonies of #C025ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C025ED

Black with #C025ED

Text Example


Text Example

White with #C025ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C025ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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