Html Css Color HEX #C527FC Electric Purple

📋 copy color: '#C527FC'

red 197 ◦ green 39 ◦ blue 252

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

Shades of Electric Purple #C527FC

Tints of Electric Purple #C527FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.64%

R = 40.37%
G = 7.99%
B = 51.64%

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

#C527FC (or 0xC527FC) is known color: Electric Purple. HEX triplet: C5, 27 and FC. RGB value is (197,39,252). Sum of RGB (Red+Green+Blue) = 197+39+252=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 39 (15.62% from 255 or 7.99% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #C527FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C527FC is #3AD803. Grayscale: #6D6D6D. Windows color (decimal): -3856388 or 16525253. OLE color: 16525253.

HSL color Cylindrical-coordinate representation of color #C527FC: hue angle of 284.51º degrees, saturation: 0.97, 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 #C527FC is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 39 252 -
CMYK 0.22 0.85 0 0.01
HSL 284.51º 0.97% 0.57% -
HSV(B) 284.51º 0.85% 0.99% -
XYZ 41.32 20.35 93.85 -
YUV 110.52 207.85 189.68 -
System Red Green Blue C M Y K H S L
Decimal 197 39 252 0.22 0.85 0 0.01 284.51 0.97 0.57
Hex C5 27 FC 16 55 0 1 11D 61 39
Octal 305 47 374 26 125 0 1 435 141 71
Binary 11000101 100111 11111100 10110 1010101 0 1 100011101 1100001 111001

Color Harmonies of #C527FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527FC

Black with #C527FC

Text Example


Text Example

White with #C527FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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