Html Css Color HEX #C625FC Electric Purple

📋 copy color: '#C625FC'

red 198 ◦ green 37 ◦ blue 252

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

Shades of Electric Purple #C625FC

Tints of Electric Purple #C625FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.75%

R = 40.66%
G = 7.6%
B = 51.75%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C625FC (or 0xC625FC) is known color: Electric Purple. HEX triplet: C6, 25 and FC. RGB value is (198,37,252). Sum of RGB (Red+Green+Blue) = 198+37+252=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #C625FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C625FC is #39DA03. Grayscale: #6C6C6C. Windows color (decimal): -3791364 or 16524742. OLE color: 16524742.

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

Color convert

RGB 198 37 252 -
CMYK 0.21 0.85 0 0.01
HSL 284.93º 0.97% 0.57% -
HSV(B) 284.93º 0.85% 0.99% -
XYZ 41.52 20.36 93.84 -
YUV 109.65 208.34 191.02 -
System Red Green Blue C M Y K H S L
Decimal 198 37 252 0.21 0.85 0 0.01 284.93 0.97 0.57
Hex C6 25 FC 15 55 0 1 11D 61 39
Octal 306 45 374 25 125 0 1 435 141 71
Binary 11000110 100101 11111100 10101 1010101 0 1 100011101 1100001 111001

Color Harmonies of #C625FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C625FC

Black with #C625FC

Text Example


Text Example

White with #C625FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C625FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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