Html Css Color HEX #C625FB Electric Purple

📋 copy color: '#C625FB'

red 198 ◦ green 37 ◦ blue 251

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

Shades of Electric Purple #C625FB

Tints of Electric Purple #C625FB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.61%

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

R = 40.74%
G = 7.61%
B = 51.65%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C625FB (or 0xC625FB) is known color: Electric Purple. HEX triplet: C6, 25 and FB. RGB value is (198,37,251). Sum of RGB (Red+Green+Blue) = 198+37+251=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #C625FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C625FB is #39DA04. Grayscale: #6C6C6C. Windows color (decimal): -3791365 or 16459206. OLE color: 16459206.

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

Color convert

RGB 198 37 251 -
CMYK 0.21 0.85 0 0.02
HSL 285.14º 0.96% 0.56% -
HSV(B) 285.14º 0.85% 0.98% -
XYZ 41.36 20.29 93 -
YUV 109.54 207.84 191.1 -
System Red Green Blue C M Y K H S L
Decimal 198 37 251 0.21 0.85 0 0.02 285.14 0.96 0.56
Hex C6 25 FB 15 55 0 2 11D 60 38
Octal 306 45 373 25 125 0 2 435 140 70
Binary 11000110 100101 11111011 10101 1010101 0 10 100011101 1100000 111000

Color Harmonies of #C625FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C625FB

Black with #C625FB

Text Example


Text Example

White with #C625FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C625FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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