Html Css Color HEX #C625FE Electric Purple

📋 copy color: '#C625FE'

red 198 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #C625FE

Tints of Electric Purple #C625FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 40.49%
G = 7.57%
B = 51.94%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C625FE (or 0xC625FE) is known color: Electric Purple. HEX triplet: C6, 25 and FE. RGB value is (198,37,254). Sum of RGB (Red+Green+Blue) = 198+37+254=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 37 (14.84% from 255 or 7.57% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #C625FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C625FE is #39DA01. Grayscale: #6D6D6D. Windows color (decimal): -3791362 or 16655814. OLE color: 16655814.

HSL color Cylindrical-coordinate representation of color #C625FE: hue angle of 284.52º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C625FE is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 37 254 -
CMYK 0.22 0.85 0 0.00
HSL 284.52º 0.99% 0.57% -
HSV(B) 284.52º 0.85% 1% -
XYZ 41.84 20.48 95.51 -
YUV 109.88 209.34 190.86 -
System Red Green Blue C M Y K H S L
Decimal 198 37 254 0.22 0.85 0 0.00 284.52 0.99 0.57
Hex C6 25 FE 16 55 0 0 11D 63 39
Octal 306 45 376 26 125 0 0 435 143 71
Binary 11000110 100101 11111110 10110 1010101 0 0 100011101 1100011 111001

Color Harmonies of #C625FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C625FE

Black with #C625FE

Text Example


Text Example

White with #C625FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C625FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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