Html Css Color HEX #C619FC Electric Purple

📋 copy color: '#C619FC'

red 198 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #C619FC

Tints of Electric Purple #C619FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.26%

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 41.68%
G = 5.26%
B = 53.05%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C619FC (or 0xC619FC) is known color: Electric Purple. HEX triplet: C6, 19 and FC. RGB value is (198,25,252). Sum of RGB (Red+Green+Blue) = 198+25+252=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #C619FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C619FC is #39E603. Grayscale: #656565. Windows color (decimal): -3794436 or 16521670. OLE color: 16521670.

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

Color convert

RGB 198 25 252 -
CMYK 0.21 0.90 0 0.01
HSL 285.73º 0.97% 0.54% -
HSV(B) 285.73º 0.9% 0.99% -
XYZ 41.21 19.73 93.73 -
YUV 102.61 212.31 196.04 -
System Red Green Blue C M Y K H S L
Decimal 198 25 252 0.21 0.90 0 0.01 285.73 0.97 0.54
Hex C6 19 FC 15 5A 0 1 11E 61 36
Octal 306 31 374 25 132 0 1 436 141 66
Binary 11000110 11001 11111100 10101 1011010 0 1 100011110 1100001 110110

Color Harmonies of #C619FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619FC

Black with #C619FC

Text Example


Text Example

White with #C619FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619FC; }

 p { color: rgb(198,25,252); }

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

background-color css

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

 a { background-color: rgb(198,25,252); }

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

border-color css

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

 span { border-color: rgb(198,25,252); }

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