Html Css Color HEX #C514FD Electric Purple

📋 copy color: '#C514FD'

red 197 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #C514FD

Tints of Electric Purple #C514FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.26%

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

R = 41.91%
G = 4.26%
B = 53.83%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C514FD (or 0xC514FD) is known color: Electric Purple. HEX triplet: C5, 14 and FD. RGB value is (197,20,253). Sum of RGB (Red+Green+Blue) = 197+20+253=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #C514FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C514FD is #3AEB02. Grayscale: #626262. Windows color (decimal): -3861251 or 16585925. OLE color: 16585925.

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

Color convert

RGB 197 20 253 -
CMYK 0.22 0.92 0 0.01
HSL 285.58º 0.98% 0.54% -
HSV(B) 285.58º 0.92% 0.99% -
XYZ 41.01 19.46 94.52 -
YUV 99.49 214.64 197.55 -
System Red Green Blue C M Y K H S L
Decimal 197 20 253 0.22 0.92 0 0.01 285.58 0.98 0.54
Hex C5 14 FD 16 5C 0 1 11E 62 36
Octal 305 24 375 26 134 0 1 436 142 66
Binary 11000101 10100 11111101 10110 1011100 0 1 100011110 1100010 110110

Color Harmonies of #C514FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514FD

Black with #C514FD

Text Example


Text Example

White with #C514FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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