Html Css Color HEX #C614FA Electric Purple

📋 copy color: '#C614FA'

red 198 ◦ green 20 ◦ blue 250

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

Shades of Electric Purple #C614FA

Tints of Electric Purple #C614FA

RGB

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

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

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

R = 42.31%
G = 4.27%
B = 53.42%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C614FA (or 0xC614FA) is known color: Electric Purple. HEX triplet: C6, 14 and FA. RGB value is (198,20,250). Sum of RGB (Red+Green+Blue) = 198+20+250=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #C614FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C614FA is #39EB05. Grayscale: #626262. Windows color (decimal): -3795718 or 16389318. OLE color: 16389318.

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

Color convert

RGB 198 20 250 -
CMYK 0.21 0.92 0 0.02
HSL 286.43º 0.96% 0.53% -
HSV(B) 286.43º 0.92% 0.98% -
XYZ 40.79 19.41 92.04 -
YUV 99.44 212.97 198.3 -
System Red Green Blue C M Y K H S L
Decimal 198 20 250 0.21 0.92 0 0.02 286.43 0.96 0.53
Hex C6 14 FA 15 5C 0 2 11E 60 35
Octal 306 24 372 25 134 0 2 436 140 65
Binary 11000110 10100 11111010 10101 1011100 0 10 100011110 1100000 110101

Color Harmonies of #C614FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C614FA

Black with #C614FA

Text Example


Text Example

White with #C614FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C614FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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