Html Css Color HEX #C527FB Electric Purple

📋 copy color: '#C527FB'

red 197 ◦ green 39 ◦ blue 251

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

Shades of Electric Purple #C527FB

Tints of Electric Purple #C527FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.54%

R = 40.45%
G = 8.01%
B = 51.54%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C527FB (or 0xC527FB) is known color: Electric Purple. HEX triplet: C5, 27 and FB. RGB value is (197,39,251). Sum of RGB (Red+Green+Blue) = 197+39+251=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #C527FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C527FB is #3AD804. Grayscale: #6D6D6D. Windows color (decimal): -3856389 or 16459717. OLE color: 16459717.

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

Color convert

RGB 197 39 251 -
CMYK 0.22 0.84 0 0.02
HSL 284.72º 0.96% 0.57% -
HSV(B) 284.72º 0.84% 0.98% -
XYZ 41.16 20.29 93.01 -
YUV 110.41 207.35 189.76 -
System Red Green Blue C M Y K H S L
Decimal 197 39 251 0.22 0.84 0 0.02 284.72 0.96 0.57
Hex C5 27 FB 16 54 0 2 11D 60 39
Octal 305 47 373 26 124 0 2 435 140 71
Binary 11000101 100111 11111011 10110 1010100 0 10 100011101 1100000 111001

Color Harmonies of #C527FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527FB

Black with #C527FB

Text Example


Text Example

White with #C527FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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