Html Css Color HEX #C518FF Electric Purple

📋 copy color: '#C518FF'

red 197 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #C518FF

Tints of Electric Purple #C518FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 41.39%
G = 5.04%
B = 53.57%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C518FF (or 0xC518FF) is known color: Electric Purple. HEX triplet: C5, 18 and FF. RGB value is (197,24,255). Sum of RGB (Red+Green+Blue) = 197+24+255=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #C518FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C518FF is #3AE700. Grayscale: #656565. Windows color (decimal): -3860225 or 16718021. OLE color: 16718021.

HSL color Cylindrical-coordinate representation of color #C518FF: hue angle of 284.94º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C518FF is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 24 255 -
CMYK 0.23 0.91 0 0
HSL 284.94º 1% 0.55% -
HSV(B) 284.94º 0.91% 1% -
XYZ 41.4 19.74 96.24 -
YUV 102.06 214.31 195.72 -
System Red Green Blue C M Y K H S L
Decimal 197 24 255 0.23 0.91 0 0 284.94 1 0.55
Hex C5 18 FF 17 5B 0 0 11D 64 37
Octal 305 30 377 27 133 0 0 435 144 67
Binary 11000101 11000 11111111 10111 1011011 0 0 100011101 1100100 110111

Color Harmonies of #C518FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518FF

Black with #C518FF

Text Example


Text Example

White with #C518FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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