Html Css Color HEX #C618FB Electric Purple

📋 copy color: '#C618FB'

red 198 ◦ green 24 ◦ blue 251

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

Shades of Electric Purple #C618FB

Tints of Electric Purple #C618FB

RGB

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

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

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

R = 41.86%
G = 5.07%
B = 53.07%

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

#C618FB (or 0xC618FB) is known color: Electric Purple. HEX triplet: C6, 18 and FB. RGB value is (198,24,251). Sum of RGB (Red+Green+Blue) = 198+24+251=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #C618FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618FB is #39E704. Grayscale: #656565. Windows color (decimal): -3794693 or 16455878. OLE color: 16455878.

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

Color convert

RGB 198 24 251 -
CMYK 0.21 0.90 0 0.02
HSL 285.99º 0.97% 0.54% -
HSV(B) 285.99º 0.9% 0.98% -
XYZ 41.03 19.62 92.89 -
YUV 101.9 212.15 196.54 -
System Red Green Blue C M Y K H S L
Decimal 198 24 251 0.21 0.90 0 0.02 285.99 0.97 0.54
Hex C6 18 FB 15 5A 0 2 11E 61 36
Octal 306 30 373 25 132 0 2 436 141 66
Binary 11000110 11000 11111011 10101 1011010 0 10 100011110 1100001 110110

Color Harmonies of #C618FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618FB

Black with #C618FB

Text Example


Text Example

White with #C618FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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