Html Css Color HEX #C520FD Electric Purple

📋 copy color: '#C520FD'

red 197 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #C520FD

Tints of Electric Purple #C520FD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.64%

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

R = 40.87%
G = 6.64%
B = 52.49%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C520FD (or 0xC520FD) is known color: Electric Purple. HEX triplet: C5, 20 and FD. RGB value is (197,32,253). Sum of RGB (Red+Green+Blue) = 197+32+253=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #C520FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C520FD is #3ADF02. Grayscale: #696969. Windows color (decimal): -3858179 or 16588997. OLE color: 16588997.

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

Color convert

RGB 197 32 253 -
CMYK 0.22 0.87 0 0.01
HSL 284.8º 0.98% 0.56% -
HSV(B) 284.8º 0.87% 0.99% -
XYZ 41.27 20 94.61 -
YUV 106.53 210.66 192.53 -
System Red Green Blue C M Y K H S L
Decimal 197 32 253 0.22 0.87 0 0.01 284.8 0.98 0.56
Hex C5 20 FD 16 57 0 1 11D 62 38
Octal 305 40 375 26 127 0 1 435 142 70
Binary 11000101 100000 11111101 10110 1010111 0 1 100011101 1100010 111000

Color Harmonies of #C520FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520FD

Black with #C520FD

Text Example


Text Example

White with #C520FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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