Html Css Color HEX #C518FD Electric Purple

📋 copy color: '#C518FD'

red 197 ◦ green 24 ◦ blue 253

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

Shades of Electric Purple #C518FD

Tints of Electric Purple #C518FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.06%

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

R = 41.56%
G = 5.06%
B = 53.38%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C518FD (or 0xC518FD) is known color: Electric Purple. HEX triplet: C5, 18 and FD. RGB value is (197,24,253). Sum of RGB (Red+Green+Blue) = 197+24+253=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #C518FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C518FD is #3AE702. Grayscale: #656565. Windows color (decimal): -3860227 or 16586949. OLE color: 16586949.

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

Color convert

RGB 197 24 253 -
CMYK 0.22 0.91 0 0.01
HSL 285.33º 0.98% 0.54% -
HSV(B) 285.33º 0.91% 0.99% -
XYZ 41.08 19.62 94.55 -
YUV 101.83 213.31 195.88 -
System Red Green Blue C M Y K H S L
Decimal 197 24 253 0.22 0.91 0 0.01 285.33 0.98 0.54
Hex C5 18 FD 16 5B 0 1 11D 62 36
Octal 305 30 375 26 133 0 1 435 142 66
Binary 11000101 11000 11111101 10110 1011011 0 1 100011101 1100010 110110

Color Harmonies of #C518FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518FD

Black with #C518FD

Text Example


Text Example

White with #C518FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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