Html Css Color HEX #C618FA Electric Purple

📋 copy color: '#C618FA'

red 198 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #C618FA

Tints of Electric Purple #C618FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.97%

R = 41.95%
G = 5.08%
B = 52.97%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C618FA (or 0xC618FA) is known color: Electric Purple. HEX triplet: C6, 18 and FA. RGB value is (198,24,250). Sum of RGB (Red+Green+Blue) = 198+24+250=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #C618FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618FA is #39E705. Grayscale: #656565. Windows color (decimal): -3794694 or 16390342. OLE color: 16390342.

HSL color Cylindrical-coordinate representation of color #C618FA: hue angle of 286.19º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C618FA is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 24 250 -
CMYK 0.21 0.90 0 0.02
HSL 286.19º 0.96% 0.54% -
HSV(B) 286.19º 0.9% 0.98% -
XYZ 40.87 19.56 92.06 -
YUV 101.79 211.65 196.62 -
System Red Green Blue C M Y K H S L
Decimal 198 24 250 0.21 0.90 0 0.02 286.19 0.96 0.54
Hex C6 18 FA 15 5A 0 2 11E 60 36
Octal 306 30 372 25 132 0 2 436 140 66
Binary 11000110 11000 11111010 10101 1011010 0 10 100011110 1100000 110110

Color Harmonies of #C618FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618FA

Black with #C618FA

Text Example


Text Example

White with #C618FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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