Html Css Color HEX #C525EE Electric Purple

📋 copy color: '#C525EE'

red 197 ◦ green 37 ◦ blue 238

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

Shades of Electric Purple #C525EE

Tints of Electric Purple #C525EE

RGB

 RED value IS 197 (77.34% from 255) = 41.74%

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

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 41.74%
G = 7.84%
B = 50.42%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C525EE (or 0xC525EE) is known color: Electric Purple. HEX triplet: C5, 25 and EE. RGB value is (197,37,238). Sum of RGB (Red+Green+Blue) = 197+37+238=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #C525EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C525EE is #3ADA11. Grayscale: #6B6B6B. Windows color (decimal): -3856914 or 15607237. OLE color: 15607237.

HSL color Cylindrical-coordinate representation of color #C525EE: hue angle of 287.76º degrees, saturation: 0.86, 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 #C525EE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 37 238 -
CMYK 0.17 0.84 0 0.07
HSL 287.76º 0.86% 0.54% -
HSV(B) 287.76º 0.84% 0.93% -
XYZ 39.12 19.37 82.57 -
YUV 107.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 197 37 238 0.17 0.84 0 0.07 287.76 0.86 0.54
Hex C5 25 EE 11 54 0 7 120 56 36
Octal 305 45 356 21 124 0 7 440 126 66
Binary 11000101 100101 11101110 10001 1010100 0 111 100100000 1010110 110110

Color Harmonies of #C525EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C525EE

Black with #C525EE

Text Example


Text Example

White with #C525EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C525EE; }

 p { color: rgb(197,37,238); }

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

background-color css

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

 a { background-color: rgb(197,37,238); }

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

border-color css

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

 span { border-color: rgb(197,37,238); }

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