Html Css Color HEX #C618F5 Electric Purple

📋 copy color: '#C618F5'

red 198 ◦ green 24 ◦ blue 245

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

Shades of Electric Purple #C618F5

Tints of Electric Purple #C618F5

RGB

 RED value IS 198 (77.73% from 255) = 42.4%

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

 BLUE value IS 245 (96.09% from 255) = 52.46%

R = 42.4%
G = 5.14%
B = 52.46%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C618F5 (or 0xC618F5) is known color: Electric Purple. HEX triplet: C6, 18 and F5. RGB value is (198,24,245). Sum of RGB (Red+Green+Blue) = 198+24+245=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #C618F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618F5 is #39E70A. Grayscale: #646464. Windows color (decimal): -3794699 or 16062662. OLE color: 16062662.

HSL color Cylindrical-coordinate representation of color #C618F5: hue angle of 287.24º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C618F5 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 24 245 -
CMYK 0.19 0.90 0 0.04
HSL 287.24º 0.92% 0.53% -
HSV(B) 287.24º 0.9% 0.96% -
XYZ 40.1 19.25 87.99 -
YUV 101.22 209.15 197.03 -
System Red Green Blue C M Y K H S L
Decimal 198 24 245 0.19 0.90 0 0.04 287.24 0.92 0.53
Hex C6 18 F5 13 5A 0 4 11F 5C 35
Octal 306 30 365 23 132 0 4 437 134 65
Binary 11000110 11000 11110101 10011 1011010 0 100 100011111 1011100 110101

Color Harmonies of #C618F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618F5

Black with #C618F5

Text Example


Text Example

White with #C618F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618F5; }

 p { color: rgb(198,24,245); }

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

background-color css

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

 a { background-color: rgb(198,24,245); }

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

border-color css

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

 span { border-color: rgb(198,24,245); }

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