Html Css Color HEX #C527FD Electric Purple

📋 copy color: '#C527FD'

red 197 ◦ green 39 ◦ blue 253

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

Shades of Electric Purple #C527FD

Tints of Electric Purple #C527FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.74%

R = 40.29%
G = 7.98%
B = 51.74%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C527FD (or 0xC527FD) is known color: Electric Purple. HEX triplet: C5, 27 and FD. RGB value is (197,39,253). Sum of RGB (Red+Green+Blue) = 197+39+253=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #C527FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C527FD is #3AD802. Grayscale: #6D6D6D. Windows color (decimal): -3856387 or 16590789. OLE color: 16590789.

HSL color Cylindrical-coordinate representation of color #C527FD: hue angle of 284.3º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C527FD is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 39 253 -
CMYK 0.22 0.85 0 0.01
HSL 284.3º 0.98% 0.57% -
HSV(B) 284.3º 0.85% 0.99% -
XYZ 41.48 20.41 94.68 -
YUV 110.64 208.35 189.6 -
System Red Green Blue C M Y K H S L
Decimal 197 39 253 0.22 0.85 0 0.01 284.3 0.98 0.57
Hex C5 27 FD 16 55 0 1 11C 62 39
Octal 305 47 375 26 125 0 1 434 142 71
Binary 11000101 100111 11111101 10110 1010101 0 1 100011100 1100010 111001

Color Harmonies of #C527FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527FD

Black with #C527FD

Text Example


Text Example

White with #C527FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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