Html Css Color HEX #C619FB Electric Purple

📋 copy color: '#C619FB'

red 198 ◦ green 25 ◦ blue 251

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

Shades of Electric Purple #C619FB

Tints of Electric Purple #C619FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.95%

R = 41.77%
G = 5.27%
B = 52.95%

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

#C619FB (or 0xC619FB) is known color: Electric Purple. HEX triplet: C6, 19 and FB. RGB value is (198,25,251). Sum of RGB (Red+Green+Blue) = 198+25+251=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #C619FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C619FB is #39E604. Grayscale: #656565. Windows color (decimal): -3794437 or 16456134. OLE color: 16456134.

HSL color Cylindrical-coordinate representation of color #C619FB: hue angle of 285.93º degrees, saturation: 0.97, 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 #C619FB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 25 251 -
CMYK 0.21 0.90 0 0.02
HSL 285.93º 0.97% 0.54% -
HSV(B) 285.93º 0.9% 0.98% -
XYZ 41.05 19.67 92.9 -
YUV 102.49 211.81 196.12 -
System Red Green Blue C M Y K H S L
Decimal 198 25 251 0.21 0.90 0 0.02 285.93 0.97 0.54
Hex C6 19 FB 15 5A 0 2 11E 61 36
Octal 306 31 373 25 132 0 2 436 141 66
Binary 11000110 11001 11111011 10101 1011010 0 10 100011110 1100001 110110

Color Harmonies of #C619FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C619FB

Black with #C619FB

Text Example


Text Example

White with #C619FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C619FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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