Html Css Color HEX #C527EF Electric Purple

📋 copy color: '#C527EF'

red 197 ◦ green 39 ◦ blue 239

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

Shades of Electric Purple #C527EF

Tints of Electric Purple #C527EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.32%

R = 41.47%
G = 8.21%
B = 50.32%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C527EF (or 0xC527EF) is known color: Electric Purple. HEX triplet: C5, 27 and EF. RGB value is (197,39,239). Sum of RGB (Red+Green+Blue) = 197+39+239=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #C527EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C527EF is #3AD810. Grayscale: #6C6C6C. Windows color (decimal): -3856401 or 15673285. OLE color: 15673285.

HSL color Cylindrical-coordinate representation of color #C527EF: hue angle of 287.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C527EF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 39 239 -
CMYK 0.18 0.84 0 0.06
HSL 287.4º 0.86% 0.55% -
HSV(B) 287.4º 0.84% 0.94% -
XYZ 39.33 19.55 83.36 -
YUV 109.04 201.35 190.74 -
System Red Green Blue C M Y K H S L
Decimal 197 39 239 0.18 0.84 0 0.06 287.4 0.86 0.55
Hex C5 27 EF 12 54 0 6 11F 56 37
Octal 305 47 357 22 124 0 6 437 126 67
Binary 11000101 100111 11101111 10010 1010100 0 110 100011111 1010110 110111

Color Harmonies of #C527EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527EF

Black with #C527EF

Text Example


Text Example

White with #C527EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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