Html Css Color HEX #C625FF Electric Purple

📋 copy color: '#C625FF'

red 198 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #C625FF

Tints of Electric Purple #C625FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.04%

R = 40.41%
G = 7.55%
B = 52.04%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C625FF (or 0xC625FF) is known color: Electric Purple. HEX triplet: C6, 25 and FF. RGB value is (198,37,255). Sum of RGB (Red+Green+Blue) = 198+37+255=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #C625FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C625FF is #39DA00. Grayscale: #6D6D6D. Windows color (decimal): -3791361 or 16721350. OLE color: 16721350.

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

Color convert

RGB 198 37 255 -
CMYK 0.22 0.85 0 0
HSL 284.31º 1% 0.57% -
HSV(B) 284.31º 0.85% 1% -
XYZ 42 20.55 96.36 -
YUV 109.99 209.84 190.77 -
System Red Green Blue C M Y K H S L
Decimal 198 37 255 0.22 0.85 0 0 284.31 1 0.57
Hex C6 25 FF 16 55 0 0 11C 64 39
Octal 306 45 377 26 125 0 0 434 144 71
Binary 11000110 100101 11111111 10110 1010101 0 0 100011100 1100100 111001

Color Harmonies of #C625FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C625FF

Black with #C625FF

Text Example


Text Example

White with #C625FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C625FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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