Html Css Color HEX #C527EE Electric Purple

📋 copy color: '#C527EE'

red 197 ◦ green 39 ◦ blue 238

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

Shades of Electric Purple #C527EE

Tints of Electric Purple #C527EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.23%

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

R = 41.56%
G = 8.23%
B = 50.21%

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

#C527EE (or 0xC527EE) is known color: Electric Purple. HEX triplet: C5, 27 and EE. RGB value is (197,39,238). Sum of RGB (Red+Green+Blue) = 197+39+238=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #C527EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C527EE is #3AD811. Grayscale: #6C6C6C. Windows color (decimal): -3856402 or 15607749. OLE color: 15607749.

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

Color convert

RGB 197 39 238 -
CMYK 0.17 0.84 0 0.07
HSL 287.64º 0.85% 0.54% -
HSV(B) 287.64º 0.84% 0.93% -
XYZ 39.18 19.49 82.59 -
YUV 108.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 197 39 238 0.17 0.84 0 0.07 287.64 0.85 0.54
Hex C5 27 EE 11 54 0 7 120 55 36
Octal 305 47 356 21 124 0 7 440 125 66
Binary 11000101 100111 11101110 10001 1010100 0 111 100100000 1010101 110110

Color Harmonies of #C527EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527EE

Black with #C527EE

Text Example


Text Example

White with #C527EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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